/*
Theme Name: Madara-Child
Description:  A child theme for Madara - WordPress Theme for Manga, Novel sites
Author:       Madara
Author URI:   https://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.3
*/
/* Header */
body {
	background-color: #fff4f0!important;
}
.site-header .main-navigation .main-navigation_wrap {
    padding: 5px 0;
}
.site-header .main-navigation.style-1 .logo-container {
	text-align: center;
	width: 50%;
}
.site-header .main-navigation.style-1 .wrap_branding {
    width: 25%;
}
.site-header .main-navigation.style-1 .search-navigation {
    width: 25%;
}
.site-header .c-sub-header-nav.with-border {
    border-bottom: 1px solid #ffe1d8;
	background-color: #fff;
}
.navbar-icon {
	margin-right: 10px;
	font-size: 16px;
    color: #8f574b;
	margin-top: 5px;
}
.logo img {
	max-width: 170px;
	height: auto;
}
.sidenav {
	height: 100%;
    width: 0;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    overflow-x: hidden;
    box-shadow: 0 3px 11px 0 rgb(153 23 0);
    transition: 0.5s;
    padding-top: 60px;
    border-bottom-right-radius: 15px;
    border-top-right-radius: 15px;
	background: linear-gradient(to right, #ffd0b4 40%,#f8c0a9);
}

.sidenav a {
	text-decoration: none;
    font-size: 18px;
    transition: 0.3s;
}
.sidenav-container {
	display: grid;
}
.sidenav-item {
	margin: 10px 20px;
	padding: 10px;
    grid-template-columns: 20% 90%;
    display: grid;
    align-items: center;
}
.sidenav-item .icon {
	font-size: 25px;
}
.sidenav-item:hover {
	background-color: var(--madara-main-color);
	color: #fff!important;
    border-radius: 15px;
	padding: 10px 10px 10px 25px;
}
.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}
.container-logo {
	text-align: center;
	width: 100%;
	padding: 0px 0px 20px 0px;
}
.site-header .main-navigation .header-container {
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
.site-header .main-navigation .container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 768px) {
	.site-header .main-navigation .container {
		width: 750px;
	}
}
@media (min-width: 992px) {
	.site-header .main-navigation .container {
		width: 970px;
	}
}
@media (min-width: 1200px) {
	.site-header .main-navigation .container {
		width: 1170px;
	}
}
.site-header .main-navigation .container {
	width: 98%;
    max-width: 1320px;
}
.icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background-color: #8f574b;
	margin-top: 5px;
}
.pull-right {
	float: right;
	display: flex;
	align-items: center;
}
.pull-left {
	float: left;
	display: flex;
}
@media (max-width: 480px) {
	.site-header .main-navigation.style-1 .search-navigation {
		position: initial;
		margin-top: 0;
	}
	.hide-mobile {
		display: none;
	}
}
.navbar-user-avatar {
    width: 32px!important;
    height: 32px;
    margin-right: 0;
    border-radius: 50%!important;
}
.sidenav-container .c-modal_item {
	text-align: center;
}
.sidenav-container .c-modal_item a {
	border: 1px solid #ff8a77;
    padding: 3px 20px;
    border-radius: 20px;
	font-size: 16px;
    margin: 2px;
}
.pull-right .c-modal_item {
	text-align: center;
}
.pull-right .c-modal_item a {
	border: 1px solid #6b241c;
    padding: 3px 15px;
    border-radius: 20px;
	font-size: 14px;
    margin: 2px;
}
@media (max-width: 950px) {

	.pull-right .c-modal_item {
	display: none;
}
}
/* Sub Header */
.site-header .c-sub-header-nav .c-sub-nav_wrap .sub-nav_content {
    width: 100%;
}
@media (min-width: 768px) {
	.site-header .c-sub-header-nav .c-sub-nav_wrap .sub-nav_content .sub-nav_list {
		margin: 0 -18px;
		text-align: center;
	}
}
.site-header .c-sub-header-nav .c-sub-nav_wrap .sub-nav_content .sub-nav_list li a {
	padding: 7px;
}
.site-header .c-sub-header-nav.sticky {
	display: block!important;
}
/* Detail Page */
@media (max-width: 480px) {
	.wp-manga-chapter .view{position:relative!important;right:0!important;}
	.site-header .c-sub-header-nav .c-sub-nav_wrap .sub-nav_content .sub-nav_list {
		max-height: 35px;
	}
}
.wp-manga-chapter .view{-ms-transform:translateY(-50%);-o-transform:translateY(-50%);-webkit-transform:translateY(-50%);color:#333;position:absolute;right:25%;top:50%;transform:translateY(-50%);}
.single-wp-manga .profile-manga .tab-summary .summary_content_wrap .summary_content { 
	border-radius: 15px;
	min-height: 425px!important;
}
.single-wp-manga .profile-manga .tab-summary .summary_image {
	width: 300px!important;
	padding: 0px!important;
	background-color: transparent!important;
	border-radius: 15px;
}
.single-wp-manga .profile-manga .tab-summary .summary_image img {
	height: 425px;
	width: 100%;
	object-fit: cover;
	border-radius: 15px;
}
.single-wp-manga .profile-manga .post-title h1 {
        margin-top: 15px !important;
    margin-bottom: 0px !important;
    font-size: 24px !important;
    font-weight: 600 !important;
	color: #6b241c!important;
}
.single-wp-manga h1 {
	margin: 0px!important;
}
.single-wp-manga .profile-manga .tab-summary .post-rating i {
    font-size: 25px!important;
}
.single-wp-manga .coveri {
    position: relative
}
.single-wp-manga .coveranime {
    position: absolute;
    width: 100%;
    height: 316px;
    overflow: hidden;
    top: 0
}
.single-wp-manga .coveranime .ime {
	width: 100%;
    padding-bottom: 24%;
	position: relative;
    overflow: hidden;
}
.single-wp-manga .coveranime .ime img {
    position: relative;
    width: 100%;
}
.single-wp-manga .summary__content.show-more:after {
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff4f0)!important;
}
.detail-bg {
	background-size: auto;
	background-position: center top;
    background-attachment: initial;
	background-repeat: no-repeat;
	background-image: url('https://lorangeteam.com/wp-content/uploads/2023/12/Mesa-de-trabajo-1.png');
}
@media (min-width: 850px) {
	.detail-bg {
		background-size: cover!important;	
		background-position: center bottom!important;
	}
}
.single-wp-manga .profile-manga .tab-summary {
    padding: 15px 0 80px!important;
}
.single-wp-manga .profile-manga {
    margin-bottom: -50px!important;
}
.single-wp-manga .profile-manga .tab-summary .post-rating {
	margin-bottom: 0px!important;
}
.single-wp-manga .post-content_item {
    margin-bottom: 8px!important;
}

.listing-chapters_wrap .wp-manga-chapter .chapter-thumbnail img.thumb {
	border-radius: 10px;
}
body, a, h1, h2, h3, h4, h5, .h1, .h2, .h3, .h4, .h5 {
    color: #6b241c;
}
.group-cover {
    position: relative;
}
.group-cover-img {
    width: 100%;
    height: auto;
    border-radius: 15px;
    box-shadow: 0px 0px 8px 0 rgb(255 139 119 / 20%);
}
.group-avt-img {
    width: 100px;
    height: 100px;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
    margin-top: -75px;
}
@media (max-width: 991px)
{
  .group-avt-img {
      width: 115px;
      height: 115px;
      margin-top: -100px;
  }
}
.img-circle {
    border-radius: 50%;
}
.text-center {
    text-align: center;
}
.group-desc {
	margin-bottom: 5px;
    padding-bottom: 0px;
}
.group-desc h3 {
    font-size: 20px;
    margin-bottom: 0;
    margin-top: 0;
}
.group-desc h4 {
    font-size: 14px;
    color: #0faef1;
    margin-top: 0;
}
.group-footer {
	display: grid;
    grid-template-columns: auto auto;
    gap: 10px;
	margin-right: 5%;
    margin-left: 5%;
}
.group-footer a, .group-footer button {
	border-radius: 15px;
    padding: 7px 0px;
    background: linear-gradient(to right, #ffaa77 40%,#ff8977);
    color: #fff;
	font-weight: 600;
    display: block;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
    background-size: 130% 100%;
    text-decoration: none;
	border: none;
}
.related-heading, .widget-heading {
    padding: 2px 20px!important;
	border-radius: 15px;
}
.c-blog__heading.style-2 i {
	border-radius: 8px;
}
.settings-page .nav-tabs-wrap ul.nav-tabs li a { 
	border-radius: 15px;
    margin-bottom: 10px;
}
.c-image-hover img {
	border-radius: 15px;
}
.c-image-hover:hover img {
	border-radius: 15px;
}

body.manga-page .page-content-listing.single-page .listing-chapters_wrap > ul.main.version-chap li {
	padding: 0px 10px;
	border-radius: 15px;
}
body.manga-page .page-content-listing.single-page .listing-chapters_wrap > ul.main.version-chap li.has-thumb {
	padding: 10px;
	border-radius: 15px;
}
.chapter-release-date {
	margin-right: 10px;
}
body.manga-page .page-content-listing.single-page .listing-chapters_wrap > ul.main.version-chap li:hover {
	background-color: #ffe1d5;
}
body.manga-page .page-content-listing.single-page .listing-chapters_wrap > ul.main.version-chap li.has-thumb:hover .chapter-thumbnail img {
    margin-left: -10px!important;
	transition: all .2s;
}
.chapter-thumbnail img {
	transition: all .2s;
}
@media (min-width: 600px) {
	body.manga-page .page-content-listing.single-page .listing-chapters_wrap > ul.main.version-chap li.has-thumb {
		display: flex;
		align-items: center;
	}
}
@media (max-width: 600px) {
	body.manga-page .page-content-listing.single-page .listing-chapters_wrap > ul li a, .shortcode-manga-chapters .listing-chapters_wrap > ul li a {
		padding: 15px 0px 0px;
		display: inline-block;
	}
}
.popular-content .chapter-item .chapter {
    background-color: #ffe4d9!important;
}
.btn-link {
    color: #74241c!important;
}
@media (max-width: 480px) {
body.reading-manga .site-header .main-navigation.style-1 .wrap_branding {
    width: 20%;
}
}
body.manga-page .page-content-listing.single-page .listing-chapters_wrap > ul li.has-thumb a {
    padding: 0 !important;
    font-size: 15px!important;
}
/* Reading Page */
.wp-manga-nav {
    text-align: left!important;
}
#chapter-heading {
	text-align: center;
}
.genres_wrap .genres__collapse .genres ul {
    margin-top: -7px;
    margin-bottom: -7px;
    width: 100%;
}
.widget.c-popular .popular-item-wrap {
    border-bottom: 1px solid #ebebeb;
    padding-bottom: 10px!important;
    margin-bottom: 10px!important;
}
.pull-right .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.pull-right .modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  z-index: 1070;
  border: 1px solid #888;
  width: 60%;
}

/* The Close Button */
.pull-right .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  margin-left: auto;
}

.pull-right .close:hover,
.pull-right .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.pull-right .login-modal {
	display: grid;
	grid-template-columns: auto auto;
    gap: 15px;
}
.list-chapter .chapter-item .chapter {
	background-color: #ffe4d9!important;
}
.entry-header_wrap .item-description {
	text-align: left!important;
}
.widget .my-history .my-history-title a {
	padding: 5px 20px;
    border-radius: 15px;
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    background-color: #ffe4d9!important;
    display: block;
}
.widget .my-history .my-history-item-wrap {
    border-bottom: transparent!important;
	padding: 0px!important;
    margin-bottom: 15px!important;
}
.view-more {
    text-align: center;
}
.view-more a {
	color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #ffaa77;
    padding: 7px 30px;
    border-radius: 10px;
}
.c-blog__heading.style-2 h2 {
	font-weight: 700;
}
.item-thumb .manga-type {
    bottom: 5px!important;
    left: 5px!important;
    background: #ffe4d9!important;
    color: #6b241c!important;
    border-radius: 5px!important;
    font-weight: 600!important;
}

.footer-container {
    margin-top: 15px;
    box-shadow: rgba(50,50,93,.25) 0 13px 27px -5px,rgba(0,0,0,.3) 0 8px 16px -8px
}

.footer-menu {
    padding: 25px 0 10px;
	background-color: #ffe4d6;
}
	.note {
    background: #fff4f0;
    padding: 20px;
    font-size: 14px;
    color: #9da2a8;
    line-height: 1.6em;
    margin-bottom: 25px;
    box-shadow: rgba(33,35,38,.1) 0 10px 10px -10px;
    position: relative;
    border-radius: 20px;
	color: #6b241c;
}

.copyright {
    padding: 15px 0;
    font-size: 13.5px;
    letter-spacing: -.7px;
    background: #fff4f0;
}
.owl-footer {
    width: 85px;
    position: absolute;
    bottom: -40px;
    left: 25px;
    pointer-events: none;
}
.font-title a {
    font-weight: 600;
    color: #6b241c!important;
}

body.search .search-wrap .tab-content-wrap .c-tabs-item .c-tabs-item__content .tab-summary .post-content {
    background-color: #ffe4d9!important;
    padding: 16px 20px 14px;
	border-radius: 20px!important;
}
body.search .search-wrap .tab-content-wrap .c-tabs-item .c-tabs-item__content .tab-summary .post-content .post-content_item .summary-heading h5 , body.search .search-wrap .tab-content-wrap .c-tabs-item .c-tabs-item__content .tab-summary .post-content .post-content_item .summary-content a {
    color: #6b241c!important;
}
body.search .search-wrap .tab-content-wrap .c-tabs-item .c-tabs-item__content .tab-meta .latest-chap .chapter {
	background-color: #ffe4d9!important;
}
body.search .search-wrap .tab-content-wrap .c-tabs-item .c-tabs-item__content .tab-meta .latest-chap .chapter a {
	color: #6b241c!important;
}
.post-total-rating {
	display:none;
}
.item-summary p {
    overflow: hidden;
    max-height: 43px;
    text-overflow: ellipsis;
}
.item-title, .widget-title .heading, .comment-reply-title, .comments-title {
    color: #6b241c;
	font-size: 26px;
}
.c-blog-post .entry-header .entry-title {
    padding-bottom: 0px!important;
	margin-top: 10px;
}
.ct-s-v-u {
	margin-left: 5px;
    margin-right: 5px;
}
body.manga-page .listing-chapters_wrap.show-more .version-chap:after {
	    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #fff4f0)!important;
}

/*Comment*/
textarea, input {
	border: transparent;
    background: #ffebe1;
    padding: 10px 15px;
	border-radius: 15px;
}

textarea:hover, textarea:active, textarea:focus  {
	background: #ffebe1;
}

textarea {
    width: 100%;
}

.comment-list,
.children {
    list-style: none;
}

.comment-list {
    margin-left: 0;
    padding-left: 0;
}

ul.children {
    list-style: none;
    padding-left: 0px;
    margin-left: 0px;
}

.comment-wrap {
    border-bottom: 1px solid #f4f5f7;
    padding: 25px 10px 10px 10px;
    margin-bottom: 30px;
    position: relative;
}

.comment-wrap .comments-title {
    padding-top: 60px;
}

.comment-wrap .comment-img {
    float: left;
    margin-right: 20px;
    padding-bottom: 25px;
}

.comment-author {
    text-align: left;
}

.comment-reply {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px 10px;
    background: #ffceb2;
    font-size: 12px;
    text-transform: uppercase;
    border-radius: 25px;
	margin-top: 25px;
}
.comment-reply a { 
	font-weight: 600;
}
.comment-author,
.comment-author a {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
    font-weight: 700;
}

.comment-date {
    font-size: 11px;
    letter-spacing: 1px;
    display: block;
    padding-bottom: 7px;
}

.depth-2 .comment-wrap {
    padding-left: 40px;
}

.depth-3 .comment-wrap {
    padding-left: 70px;
}

.depth-4 .comment-wrap {
    padding-left: 100px;
}

.depth-5 .comment-wrap {
    padding-left: 130px;
}

.depth-6 .comment-wrap {
    padding-left: 160px;
}

.depth-7 .comment-wrap {
    padding-left: 190px;
}

.depth-8 .comment-wrap {
    padding-left: 220px;
}

.depth-9 .comment-wrap {
    padding-left: 250px;
}

.depth-10 .comment-wrap {
    padding-left: 280px;
}

#commentform #comment,
#commentform #author,
#commentform #email,
#commentform #url {
    display: block;
    width: 100%;
}

#commentform input[type="submit"] {
    display: inline-block;
    padding: 10px 25px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #19C0FF;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
	font-weight: 600;
}

#commentform input[type="submit"]:hover {
    background: #11a8ff;
}

.title-line {
    border-top: 1px dotted #f4f5f7;
    display: block;
    max-width: 30%;
    margin: 0 auto 25px;
}

#wp-comment-cookies-consent {
    vertical-align: top;
    margin-right: 5px;
}

@media (max-width: 767px) {
    .comment-list,
    .children {
        padding-left: 0px;
    }
    .depth-2 .comment-wrap,
    .depth-3 .comment-wrap,
    .depth-4 .comment-wrap,
    .depth-5 .comment-wrap,
    .depth-6 .comment-wrap,
    .depth-7 .comment-wrap,
    .depth-8 .comment-wrap,
    .depth-9 .comment-wrap,
    .depth-10 .comment-wrap {
        padding-left: 0px;
    }
    .comment-reply {
        margin-top: 25px;
    }
}
input:not([type]), input[type="color"], input[type="email"], input[type="number"], input[type="password"], input[type="tel"], input[type="url"], input[type="text"], input[type="search"], textarea, select {
    -webkit-appearance: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    box-shadow: none;
    -webkit-box-shadow: none;
    display: block;
    width: 100%;
    padding: 10px 15px 10px 15px;
    outline: none;
    font-weight: normal;
    border: transparent;
    background-color: #ffebe1;
    color: #333333;
}
input:not([type]):hover, input[type="color"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="tel"]:hover, input[type="url"]:hover, input[type="text"]:hover, input[type="search"]:hover, textarea:hover, select:hover {
	background-color: #ffebe1;
}
input:not([type]):focus, input[type="color"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="password"]:focus, input[type="tel"]:focus, input[type="url"]:focus, input[type="text"]:focus, input[type="search"]:focus, textarea:focus, select:focus {
	background-color: #ffebe1;
}
#manga-discussion {
	display: none;
}
@media (max-width: 480px) {
    .listing-chapters_wrap .wp-manga-chapter .chapter-thumbnail img.thumb {
        max-width: 135px;
		max-height: 100px;
        height: auto;
    }
}
body.manga-page .page-content-listing.single-page .listing-chapters_wrap > ul.main.version-chap li.has-thumb {
    height: 120px!important;
    padding: 10px 0;
}
.section-heading-mad {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
  padding-left: 10px;
}

.mad-icon-star {
  background: linear-gradient(135deg, #fda085, #f6d365);
  border-radius: 10px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mad-icon-star-shape {
  color: white;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
}

.mad-title {
  font-size: 20px;
  font-weight: 700;
  font-family: 'Quicksand', sans-serif;
  color: #661f1f;
  margin: 0;
}

.mad-line {
  border: none;
  border-top: 2px solid #eeeeee;
  margin: 5px 10px 20px;
}
