/*
    Theme Name: Madara Comicola - Child
    Description:  Madara Comicola Child-Theme (30.03.2019)
    Theme URI: http://demo.mangabooth.com/
    Author: Madara
    Author URI: https://themeforest.net/user/wpstylish
    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
    Text Domain: madara
    Version: 1.5
*/

/* @import url(https://fonts.googleapis.com/css?family=Nunito+Sans:300,400,400i,500,600,700,900);

button, html, input, select, textarea {
    font-family: 'Nunito Sans',Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: rgba(18,18,23,.9);
    background-color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
}

body{
    font-family: 'Nunito Sans', 'Poppins', Helvetica,Arial,sans-serif;
}

.text-white h1, 
.text-white h2, 
.text-white h3, 
.text-white h4, 
.text-white h5, 
.text-white .h1, 
.text-white .h2, 
.text-white .h3, 
.text-white .h4, 
.text-white .h5{
    color: #fff;
}

.text-white a{
    color: #e1e1e1;
}

@media(min-width: 998px){
    .container {
        width: 998px;
    }
} */

/* ===================== */

body:not(.logged-in) .user-collection-row {
    display: none;
}

.madara-mycred-buy-form {
    max-width: 500px;
    display: block;
    margin: 0 auto;
    text-align: left;
}

.madara-mycred-buy-form .form-group .btn-block {
    margin-top: 35px;
    padding: 12px 25px;
    border: none;
    border-radius: 5px;
    font-weight: 600;
    color: #fff;
    background-color: #eb3349;
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
}

.madara-mycred-buy-form .form>.form-group {
    margin-bottom: 0;
}

.madara-mycred-buy-form .form>.form-group>.form-group {
    margin-top: 23px;
}

.madara-mycred-buy-form .form-group input:not([type="submit"]) {
    padding: 20px 15px;
}

.madara-mycred-buy-form .form-group select {
    padding: 10px 15px;
    height: auto;
}

.madara-mycred-buy-form .form-group .btn-block:hover {
    background-color: #0f0f0f;
}

.single-wp-manga .wp-manga-chapter .chapter-sell-type {
    padding: 4px 6px;
    line-height: 1.2em;
    border-radius: 4px;
    color: #fff;
    background: var(--madara-main-color);
    margin: 0px 10px;
    display: inline-block;
    min-width: 36px;
}

.single-wp-manga .wp-manga-chapter .chapter-sell-type.free {
    background: #009688;
}

.single-wp-manga .wp-manga-chapter .chapter-sell-type .chapter-price {
    font-size: 12px;
}

a.madara-shop-link {
    font-weight: 700;
    text-decoration: underline;
}

.c-blog-post .entry-content .entry-content_wrap .read-container img {
    margin: 0 auto;
}

.settings-page .tabs-content-wrap .my_account_orders {
    font-size: .85em;
    border: 1px solid rgba(0, 0, 0, .1);
    margin: 0 -1px 24px 0;
    text-align: left;
    width: 100%;
    border-collapse: separate;
    border-radius: 5px;
}

.settings-page .tabs-content-wrap .my_account_orders th,
.settings-page .tabs-content-wrap .my_account_orders td {
    padding: 5px 8px 5px 20px;
    vertical-align: middle;
}

.settings-page .tabs-content-wrap .my_account_orders a.button.view {
    font-size: 12px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 7px 12px;
    font-weight: 600;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #eb3349;
    border: 0;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.settings-page .tabs-content-wrap .my_account_orders a.button.view:hover {
    color: #fff;
    background-color: #0f0f0f;
}

.settings-page .tabs-content-wrap .my_account_orders tr:first-of-type th {
    padding: 15px 8px 5px 20px;
}

.settings-page .tabs-content-wrap .my_account_orders .order:last-of-type td {
    padding: 5px 8px 15px 20px;
}

.settings-page .tabs-content-wrap .my_account_orders td.order-actions {
    text-align: center;
}

.c-go-to-shop {
    font-size: 12px;
    margin: 0;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: 7px 12px;
    font-weight: 600;
    border-radius: 3px;
    left: auto;
    color: #fff;
    background-color: #eb3349;
    border: 0;
    display: inline-block;
    background-image: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
}

.c-go-to-shop:hover {
    color: #fff;
    background-color: #0f0f0f;
}

.c-user_balance a,
.c-user_balance i,
.c-user_balance {
    color: var(--madara-main-color) !important;
    font-weight: 600;
}

/* Chapter thumb */
body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.version-chap>li>.chapter-thumb {
    display: inline-block;
    max-width: 40%;
    padding: 25px 0px;
}

body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.version-chap>li>.chapter-thumb+.chapter-title {
    margin-left: 20px;
}

body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.version-chap>li>.chapter-thumb+.chapter-title>a {
    font-weight: 600;
}

body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.version-chap>li>.chapter-thumb+.chapter-title .chapter-name {
    font-size: 20px;
    text-transform: uppercase;
}

body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.version-chap>li>.chapter-thumb+.chapter-title>a {
    display: block;
}


body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul li>.chapter-thumb+.chapter-title a,
body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul li>.chapter-thumb a {
    padding: 0px;
}

body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.version-chap>li>.chapter-thumb+.chapter-title {
    display: inline-block;
    vertical-align: middle;
}

body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.version-chap>li>.chapter-thumb+.chapter-title>a.chapter-extend-name {
    color: #8d8383;
}

body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.main.version-chap li .chapter-thumb+.chapter-title>.chapter-release-date {
    position: unset;
}

body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.main.version-chap li .chapter-meta {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}

.fa-coins {
    margin-right: 3px;
}

body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.version-chap>li.wp-manga-chapter:not(.free) .chapter-thumb:before {
    content: '\f023';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    background: var(--madara-main-color);
    color: #fff;
    padding: 0px 9px;
    box-shadow: 1px 1px 2px 0px #0000006b;
    font-size: 12px;
    width: 28px;
    height: 28px;
}

body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.version-chap>li.wp-manga-chapter.bought:not(.free) .chapter-thumb:before,
body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.version-chap>li.wp-manga-chapter:not(.free):hover .chapter-thumb:before {
    content: '\f3c1';
}

@media (max-width: 700px) {
    body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.version-chap>li>.chapter-thumb {
        display: block;
        max-width: 100%;
    }

    body.manga-page .page-content-listing.single-page .listing-chapters_wrap>ul.version-chap>li>.chapter-thumb+.chapter-title {
        margin-left: 0px;
    }
}

#comi-blocked-chapter span {
    font-weight: 700;
    margin: 0px 5px;
    font-size: 14px;
}

#comi-blocked-chapter .modal-dialog {
    width: 790px;
}

body.logged-in #comi-blocked-chapter.modal p.login-to-buy-chapter {
    display: none;
}

body:not(.logged-in) #comi-blocked-chapter.modal p.buy-chapter {
    display: none;
}

body.logged-in #comi-blocked-chapter.modal .show-login-modal {
    display: none;
}

body:not(.logged-in) #comi-blocked-chapter.modal button.buy-chapter {
    display: none;
}

body.manga-page .profile-manga .tab-summary .summary_image {
    width: 258px;
    padding: 22px;
}

body.manga-page .profile-manga .tab-summary .summary_image img {
    width: 100%;
}

#comi-blocked-chapter h5.success-msg i {
    display: block;
    font-size: 5vh;
    margin-bottom: 21px;
}

#comi-blocked-chapter h5.success-msg {
    color: var(--madara-main-color);
    padding-top: 20px;
}

.c-blog__heading.style-2 .c-chapters-sorting i {
    background: unset;
    color: var(--madara-main-color);
}

.c-blog__heading .c-chapters-sorting {
    display: flex;
    align-items: center;
    color: #878787;
    border: 2px solid #ebebeb;
    padding: 0px 10px;
    border-bottom: none;
    cursor: pointer;
    transition: all ease-in-out .3s;
    font-size: 13px;
    font-weight: 600;
}

@media(max-width: 767px) {
    .c-chapters-sorting span:not(.fas) {
        display: none;
    }
}

body.single-wp-manga .c-page__content .c-blog__heading.style-2.font-heading {
    display: flex;
    justify-content: space-between;
}

span.fas.fa-sort {
    margin-right: 3px;
}

.c-blog__heading .c-chapters-sorting:hover {
    background-color: var(--madara-main-color);
    color: #fff;
    border: 2px solid var(--madara-main-color);
    border-bottom: 2px #ebebeb;
}

#loginform div.g-recaptcha {
    margin: unset !important;
}

.c-user_balances {
    font-size: 13px;
}

.site-header .c-sub-header-nav .c-sub-nav_wrap .c-modal_item .c-user_item .c-user_avatar .c-user_avatar-image img {
    width: 45px;
    height: 45px;
}

.site-header .main-navigation .search-navigation .menu-search a.woo-cart-main-menu {
    font-size: 21px;
    width: 35px;
    height: 35px;
    display: inline-block;
    background-color: #fff;
    -webkit-transition: background-color 150s ease;
    -moz-transition: background-color 150s ease;
    -o-transition: background-color 150s ease;
    transition: background-color 150s ease;
    -webkit-transition: color 150ms ease-out;
    -moz-transition: color 150ms ease-out;
    -o-transition: color 150ms ease-out;
    transition: color 150ms ease-out;
    text-align: center;
    border-radius: 50%;
    line-height: 36px;
    color: var(--madara-main-color);
}

.menu-search .woo-cart-main-menu {
    display: none;
}

.site-header .main-navigation .search-navigation li.menu-search {
    display: inline-block;
}

.site-header .main-navigation .search-navigation li.menu-search:not(:last-child) {
    margin-right: 12px;
}

@media(min-width:1080px) {
    .site-header .main-navigation.style-1 .wrap_branding {
        width: 20%;
    }

    .site-header .main-navigation.style-1 .search-navigation {
        width: 20%;
    }
}

.single-wp-manga .wp-manga-chapter .chapter-login-require {
    padding: 4px 6px;
    line-height: 1.2em;
    border-radius: 4px;
    color: #fff;
    background: var(--madara-main-color);
    margin: 0px 10px 0px 0px;
    display: inline-block;
    min-width: 36px;
}

.single-wp-manga .wp-manga-chapter .chapter-login-require>span {
    font-size: 12px;
}

/* Fix Woo - Madara Bootstrap 4 conflict */
.woocommerce [class^="col-"] {
    max-width: unset;
    padding-left: 0;
    padding-right: 0;
}

.woocommerce form .form-row {
    display: block;
}

/* Android Banner */
.comi-android-app-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #d6d6d6;
    z-index: 99999;
}

.comi-android-app-banner-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0px 5px;
    height: 12vh;
}

.comi-android-app-banner .app-logo {
    padding: 10px 0px;
    margin-left: 2vw;
    margin-right: 2vw;
}

.comi-android-app-banner .app-logo>img {
    max-width: 50px;
    border-radius: 10px;
}

.comi-android-app-banner .app-title .main-title {
    font-weight: 600;
    font-size: 16px;
}

.comi-android-app-banner .app-title .sub-title {
    font-size: 12px;
}

.comi-android-app-banner .app-install-btn {
    background: #e4e4e4;
    padding: 5px 10px;
    border-radius: 6px;
    font-weight: 600;
    float: right;
    margin-left: auto;
    margin-right: 10px;
}

.comi-android-app-banner .app-install-btn a {
    color: #888888;
    text-transform: uppercase;
}

@media (min-width: 576px) {
    #comi-blocked-chapter .modal-dialog-centered {
        min-height: auto;
    }

    #comi-blocked-chapter .modal-dialog-centered::before {
        height: 0;
    }

    #comi-blocked-chapter .modal-title {
        width: 100%;
    }

    #comi-blocked-chapter .modal-footer {
        display: block;
    }
}

.comi-btn.comi-btn-primary {
    padding: 5px 19px;
    border: none;
    border-radius: 25px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    background-color: var(--madara-main-color);
    -webkit-transition: background-color 200ms ease;
    -moz-transition: background-color 200ms ease;
    -o-transition: background-color 200ms ease;
    transition: background-color 200ms ease;
    cursor: pointer;
    text-transform: uppercase;
}

.comi-btn.comi-btn-primary:hover {
    background-color: #3f6b52;
}

.woocommerce .col2-set .col-1,
.woocommerce-page .col2-set .col-1,
.woocommerce .col2-set .col-2,
.woocommerce-page .col2-set .col-2 {
    max-width: 100%
}

.comi-top-read-comic li {
    width: 33.3333333%;
}

.comi-top-read-comic li>a {
    font-weight: 600;
    width: 100%;
    text-align: center;
    position: relative;
    padding: 5px 0px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
    border: var(--madara-main-color) 1.5px solid;
    display: block;
}

.comi-top-read-comic li:not(:last-child)>a {
    border-right: none;
}

.comi-top-read-comic ul.nav.nav-tabs {
    border-bottom: none;
}

.comi-top-read-comic li>a.active {
    background-color: var(--madara-main-color);
}

.comi-top-read-comic li>a.active,
.comi-top-read-comic li:hover>a {
    color: #fff;
    background-color: var(--madara-main-color);
}

.comi-top-read-comic .tabs-content-wrap {
    border: var(--madara-main-color) 1.5px solid;
    border-top: none;
    padding: 3px;
}

.comi-top-read-comic table thead tr th:first-child,
.comi-top-read-comic table tbody tr td:first-child {
    text-align: center;
}

.comi-top-read-comic table {
    margin-bottom: 0px !important;
}

.c-user_balance span.comi-balance,
.c-user_balance span.comi-point {
    margin-right: 0px !important;
}

.comi-top-read .comic .content {
    padding: 13px 10px;
    position: absolute;
    bottom: 0;
    width: 100%;
    color: #fff;
}

.comi-top-read .comic .title {
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.comic .thumbnail .overlay {
    background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0) 55%, rgb(0 0 0 / 68%) 100%);
    transition: background ease-in-out .3s;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.comic:hover .thumbnail .overlay {
    background-color: rgb(0 0 0 / 50%);
}

.comi-top-read .comic .title a {
    color: #fff;
}

.comi-top-read .comi-top-read-column:first-child {
    flex-basis: 34%;
}

.comi-top-read .comi-top-read-column:not(:first-child) {
    display: flex;
    flex-flow: column;
    flex-basis: 33%;
}

.comi-top-read .comi-top-read-column:not(:first-child) .comic {
    flex-basis: 50%;
}

.comi-top-read .comi-top-read-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.comi-top-read .comic {
    /* transition: all 0.2s; */
    position: relative;
    overflow: hidden;
    /* top: 0; */
}

.comi-top-read .comic:hover {
    /* box-shadow: 0 0.125rem 0.25rem rgba(0,0,0,.075); */
    /* top: -2px; */
}

.comi-top-read .comic .rating {
    margin-top: -8px;
}

.comi-top-read .comic .rating .ratings_stars {
    margin: 0 1px;
    font-size: 18px;
}

.comi-top-read .comic .rating .score {
    font-weight: 600;
    margin-left: 8px;
    font-size: 12px;
    color: #ffff;
}

.comi-top-read .comi-top-read-column:first-child .comic .label {
    width: 65px;
    height: 65px;
    font-size: 35px;
    line-height: 65px;
}

.comi-top-read .comic .label {
    background-color: var(--madara-main-color);
    position: absolute;
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    width: 30px;
    height: 30px;
    font-size: 20px;
    line-height: 30px;
    box-shadow: 1px 1px 7px #89898985;
    z-index: 1;
}

.comic .thumbnail-wrapper {
    overflow: hidden;
}

.comic .thumbnail-wrapper img {
    top: 0;
    position: absolute;
    transition: transform ease-in-out .3s;
}

.comi-top-read .comi-top-read-column:not(:first-child) .comic .thumbnail-wrapper img {
    max-height: 100%;
    max-width: unset;
}

.comi-top-read .comi-top-read-column .comic:hover img {
    transform: scale(1.1);
}

.comi-top-read .comi-top-read-column:first-child .comic .thumbnail-wrapper {
    padding-top: 100%;
}

@media (max-width:768px) {
    .comi-top-read {
        flex-flow: column;        
    }
    .comi-top-read .comi-top-read-column { 
        flex-basis: 100% !important;
    }

    .comi-top-read .comi-top-read-column:not(:first-child) .comic .thumbnail-wrapper {
        padding-top: 50%;
    }
}

.hide {
    display: none
}

.site-header .c-sub-header-nav .c-sub-nav_wrap .c-modal_item .c-user_item .c-user_menu {
    margin-top: 8px;
}

#chapter_report_li a {
    display: inline-block
}

#chapter_report_li span {
    display: inline-block;
    float: right;
    padding: 6px 5px
}

.comment-author .mod {
    display: inline-block;
    padding: 5px;
    border-radius: 3px;
    background: #41855E;
    font-weight: normal;
    color: #FFF;
}

.comi-manga-action i {
    font-size: 31px;
    line-height: 1em;
    color: var(--madara-main-color);
}

.comi-manga-action {
    width: 50%;
    float: right;
    padding: 0 15px;
    margin-top: 18px;
    text-align: center;
}

.comi-manga-action.action_icon {
    line-height: 2.55em;
}


/* Manga Donation */
.manga-donation-single-pack {
    background-color: #ffffff6b;
    border-radius: 5px;
    cursor: pointer;
    margin: 1vh;
    position: relative;
    top: 0;
    transition: all ease-in-out 0.3s;
    width: 33%;
    height: 200px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.manga-donation-milktea-icon {
    display: inline-block;
    vertical-align: middle;
}

.manga-donation-milktea {
    display: inline-block;
    font-size: 58px;
    line-height: 58px;
    vertical-align: bottom;
    margin-right: 5px;
    color: var(--madara-main-color);
    font-weight: 400;
}

.manga-donation-milktea-icon img {
    max-height: 68px;
}

.manga-donation-single-pack:hover {
    top: -10px;
    background-color: #ffffff94;
}

.manga-donation-packs {
    display: flex;
}

.manga-donation-pack-coin {
    margin-top: 21px;
    font-size: 25px;
}

.swal2-popup.swal2-modal {
    background-image: url(images/bg-search.jpg);
    background-size: cover;
}

body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
    padding-right: 0 !important;
}

.swal2-icon>div {
    background: transparent !important;
}

#appreviews {
    margin: 0;
    padding: 0
}

#appreviews:after {
    content: ' ';
    clear: both;
    display: block
}

#appreviews li {
    list-style: none;
    float: left;
    width: 100%;
    padding: 0 20px 20px 0
}

#appreviews li h3 {
    font-weight: normal;
    font-size: 18px;
    margin: 18px 0 0 0
}

#appreviews li .thumb {
    width: 150px;
    margin: 0 0 20px 0;
    float: left;
    position: relative
}

#appreviews li .thumb:after {
    content: ' ';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #000;
    width: 50px;
    height: 50px
}

#appreviews li .thumb.ios:after {
    background: url('assets/logo_applestore.png') no-repeat;
    background-size: contain
}

#appreviews li .thumb.android:after {
    background: url('assets/logo_googleplay.png') no-repeat;
    background-size: contain
}

#appreviews li .status a {
    text-decoration: underline
}

#appreview-confirm {
    padding: 10px 20px;
    background: #40875F;
    color: #FFF;
    border-radius: 5px;
}

#appreview-confirm:hover {
    background: #55b780
}

#appreview-confirm .fa-spinner.hide {
    display: none
}

#appreview-appname {
    font-weight: bold
}

#appreviews li li {
    width: 100%
}

#appreviews li ul {
    padding: 20px 0 0 40px;
    float: left
}

a.appreview-guide {
    display: inline-block;
    padding: 3px 20px;
    border-radius: 5px;
    background: #42865F;
    color: #FFF;
}

#appreviews ul span {
    float: right;
}

#appreviews .text {
    display: inline-block;
    width: 150px
}

#appreviews .value {
    color: #91D941;
    font-size: 30px;
    margin-left: 20px;
    line-height: 33px
}

#appreviews .action {
    margin-left: 20px
}

#appreviews .status {
    font-size: 24px;
    margin-left: 20px;
    line-height: 33px
}

#appreviews .status .fa-exclamation-circle {
    color: #EECB4A
}

#appreviews .status .fa-check-circle {
    color: #6AC259
}


.site-header .c-sub-header-nav .c-sub-nav_wrap .c-modal_item .c-user_item .c-user_menu .c-user_vip_expired a {
    font-weight: 500;
    color: rgb(136, 136, 136);
}

.site-header .c-sub-header-nav .c-sub-nav_wrap .c-modal_item .c-user_item .c-user_menu .c-user_vip_expired.expired a {
    color: #de3d46ff;
}

.popular-slider.item-big_thumbnail .slider__container .slider__item .slider__content {
    width: 100%;
    padding: 0
}

.popular-slider.item-big_thumbnail.style-1 .c-blog__heading i {
    vertical-align: middle
}

.popular-slider.item-big_thumbnail {
    min-height: 100px
}

.popular-slider.item-big_thumbnail .chapter-item .chapter {
    display: block
}

.slider__container:after {
    content: "\f110";
    display: block;
    position: absolute;
    top: 37px;
    left: 0;
    font-family: Font Awesome\ 5 Free;
    font-weight: 900;
    animation: fa-spin 2s infinite linear;
    font-size: 20px;
    line-height: 20px;
    color: #333;
}

.slider__container.slick-initialized:after {
    display: none
}

.slider__container {
    display: block;
}

.slider__container .slider__item {
    display: none
}

.slider__container.slick-initialized .slider__item {
    display: block;
    -webkit-animation: eFadeIn .3s;
    animation: eFadeIn .3s;
}

.popular-slider.item-big_thumbnail .slider__container .slider__item .slider__content .slider__content_item .post-title h4 a {
    font-weight: bold
}

.calendar-tabs li a {
    display: inline-block;
    padding: 5px 10px;
    font-size: 26px;
    font-weight: bold
}

.calendar-tabs li a.active {
    border-bottom: 3px solid #41855E;
}

.item-thumb .manga-title-badges {
    position: absolute;
    top: 0;
    right: 0;
}

.wp-commentnavi {
    text-align: right;
    margin: 25px 0px;
}

.wp-commentnavi a:visited,
.wp-commentnavi a,
.wp-commentnavi span.current {
    border-radius: 100%;
    border-color: var(--madara-main-color) !important;
    color: var(--madara-main-color) !important;
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
}

.wp-commentnavi span.current,
.wp-commentnavi a:hover {
    background-color: var(--madara-main-color) !important;
    color: #fff !important;
}

.wp-commentnavi span.pages {
    border: none !important;
}

@media (max-width: 480px) {
    .site-header .main-navigation.style-1 .search-navigation {
        width: 30%;
    }
}

.settings-page .nav-tabs-wrap ul.nav-tabs li a i {
    display: inline-block;
    width: 25px;
    text-align: center;
}

.comi-vip-package {
    padding: 20px;
    margin: 0 20px;
    background-color: #eeeeee;
    border-radius: 6px;
    width: 25%;
    border: 2px solid transparent;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.comi-vip-package input[type="radio"] {
    display: inline;
    opacity: 0;
    position: absolute;
}

.comi-vip-package-list {
    display: flex;
    justify-content: center;
    margin: 50px auto 20px;
}

.comi-vip-package>.name {
    font-weight: 600;
    font-size: 18px;
}

.comi-vip-package>.original-coin {
    font-weight: 600;
    color: #a4a4a4;
}

.comi-vip-package>.vip-coin {
    font-weight: 600;
    font-size: 18px;
    color: var(--madara-main-color);
}

.comi-vip-package>.desc {
    display: none;
}

.comi-vip-package-desc {
    color: #898989;
    width: 80%;
    margin: 25px auto;
}

@media(max-width: 768px) {
    .comi-vip-package-list {
        justify-content: space-around;
    }

    .comi-vip-package {
        margin: 0;
        width: 32%;
    }

    .comi-vip-package>.name {
        font-size: 15px;
    }

    .comi-vip-package>.price {
        font-size: 12px;
    }

    .comi-vip-package>.price>.amount {
        display: block;
    }

    .comi-vip-package>.vip-coin {
        font-size: 15px;
    }
}

.comi-vip-package.selected {
    border: 2px solid var(--madara-main-color);
}

.comi-vip-package.selected.next-renew {
    border-color: #ec965d;
}

.comi-vip-package.active:after {
    content: 'Đã kích hoạt';
    font-size: 12px;
    position: absolute;
    background-color: var(--madara-main-color);
    color: #fff;
    padding: 0 27px;
    top: 14px;
    left: -28px;
    transform: rotate(-39deg);
}

.comi-vip-package.next-renew:after {
    content: 'Gói gia hạn';
    font-size: 12px;
    position: absolute;
    background-color: #ec965d;
    color: #fff;
    padding: 0 27px;
    top: 14px;
    left: -28px;
    transform: rotate(-39deg);
}

.comi-card {
    max-width: 80%;
    margin: 0 auto;
}

@media(max-width: 720px) {
    table:not(#wp-calendar):not(.shop_table) {
        display: block;
        max-width: unset;
        overflow: scroll;
    }
}




/***********

    CUSTOM LAYOUT - NEW 

***********/
.item-default .item-thumb {
    width: 150px;
    flex-shrink: 0;
    margin-right: 20px;
}

.item-default .item-thumb>.item-thumb-placeholder {
    background-color: #e5e5e5;
    width: 100%;
    height: 100%;
}

.item-default .item-thumb img {
    width: 156px;
}

.item-default .item-summary {
    overflow: hidden;
}

.item-default .page-item-detail {
    display: flex;
    height: 208px;
    margin-bottom: 40px;
}

.item-default .item-summary .post-title>h3>a {
    max-height: 48px;
    display: -webkit-box;
    overflow: hidden;
    word-wrap: break-word;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 24px;
    font-size: 20px;
    font-weight: 700;
}

.item-default .item-summary .post-title>h3 {
    padding-top: 0px;
    margin-bottom: 8px;
}

.item-default .item-summary .post-title>h3>a:hover {
    color: #333333;
}

.page-item-detail a:hover {
    text-decoration: underline;
}

.item-default .item-summary .meta-item.genre>a {
    font-size: 12px;
    line-height: 18px;
    display: inline-block;
    overflow: hidden;
    margin-right: 8px;
    padding: 0 .8em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: .2s;
    vertical-align: middle;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #4c5fe2;
    border: 1px solid;
    border-radius: 30px;
}

.item-default .item-summary .meta-item.genre>a:hover {
    background-color: rgba(76, 95, 226, .1);
}

.item-default .item-summary .meta-item.genre {
    white-space: nowrap;
    margin-bottom: 8px;
}

.item-default .item-summary .meta-item.rating i {
    font-size: 17px;
    color: #ff8d29;
    margin-right: 2px;
}

.c-image-hover:hover img,
.c-image-hover img {
    transition: ease-out .3s;
}

.c-image-hover:hover img {
    filter: none;
}

.item-default .item-summary .meta-item.rating span.score {
    font-size: 14px;
    color: #212529;
    margin-left: 8px;
}

.item-default .item-summary .meta-item.excerpt>p {
    font-size: 16px;
    color: #212529;
    display: -webkit-box;
    overflow: hidden;
    max-height: 4.5em;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    margin: 0;
}

.page-content-listing.item-comi .item-summary .post-title a {
    font-weight: 700;
    line-height: 20px;
    max-height: 40px;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #000;
}

.page-content-listing.item-comi .item-thumb {
    margin-bottom: 8px;
}

.page-content-listing.item-comi .item-thumb-wrapper {
    position: relative;
    padding-top: 133.33%;
}

.page-content-listing.item-comi .item-thumb img {
    position: absolute;
    top: 0;
    width: 100%;
}

.page-content-listing.item-comi .item-summary .post-title a:hover {
    color: #000;
}

.page-content-listing.item-comi .manga-title-badges {
    width: 17px;
    height: 17px;
    line-height: 17px;
    font-size: 7px;
}

.page-content-listing.item-comi .meta-item.genre>a {
    display: block;
    color: #83848f;
    line-height: 1.3em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.item-comi .item-summary .meta-item.rating i {
    font-size: 17px;
    color: #ff8d29;
    margin-right: 2px;
}

.item-comi .item-summary .meta-item.rating span.score {
    font-size: 14px;
    color: #212529;
    margin-left: 8px;
}

.page-content-listing.item-comi .page-item-detail {
    margin-bottom: 24px;
}

/* .page-content-listing.item-comi .row:last-child .page-item-detail {
    margin-bottom: 0;
} */

.badge-pos-2 .item-thumb a .manga-title-badges {
    left: unset;
    right: 0;
}

.page-content-listing .item-thumb .manga-title-badges.custom {
    width: auto;
    height: auto;
    font-size: 11px;
    line-height: 20px;
    margin: 0;
    padding: 0px 5px;
    border-radius: 0px 0px 0px 8px;
}

.page-content-listing.item-comi .featured-item {
    background-color: #fff;
    padding: 20px;
}

.page-content-listing.item-comi .featured-item .post-title a {
    font-size: 20px;
    white-space: nowrap;
}

.page-content-listing.item-comi .featured-item .item-thumb {
    margin: 0 44px 24px;
    padding: 5px;
}

.page-content-listing.item-comi .featured-item .meta-item.genre>a {
    font-size: 16px;
}

.page-content-listing.item-comi .featured-item .meta-item.excerpt>p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    overflow: hidden;
    word-wrap: break-word;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}

.page-content-listing.item-comi .item-thumb .featured-thumb img {
    position: relative;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}

.page-content-listing.item-comi .item-thumb .featured-thumb {
    position: absolute;
    top: 0;
    width: 100%;
}

span.featured-thumb-wrapper {
    position: relative;
    display: block;
    background: #f2f2f2;
}

span.featured-thumb-wrapper:before {
    position: absolute;
    top: 1px;
    right: -1px;
    bottom: 1px;
    left: 0;
    border: 1px solid #ccc;
}

span.featured-thumb-wrapper:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 100%;
    width: 1px;
    margin-left: 1px;
    background-color: #d9d9d9;
}

span.featured-thumb-wrapper>span {
    content: '';
    position: absolute;
    top: 6px;
    bottom: 6px;
    left: 100%;
    width: 1px;
    margin-left: 5px;
    background-color: #c7c7c7;
}

span.featured-thumb-wrapper>i {
    content: '';
    position: absolute;
    top: 3px;
    bottom: 3px;
    left: 100%;
    width: 1px;
    margin-left: 2px;
    background-color: #e6e6e6;
}

span.featured-thumb-wrapper>i:before {
    content: '';
    position: absolute;
    top: 1px;
    bottom: 1px;
    left: 100%;
    width: 1px;
    background-color: #f2f2f2;
}

span.featured-thumb-wrapper>i:after {
    content: '';
    position: absolute;
    top: 2px;
    bottom: 2px;
    left: 100%;
    width: 1px;
    margin-left: 1px;
    background-color: #e6e6e6;
}

.item-thumb:hover .featured-thumb img {
    -webkit-transform: rotateY(-25deg);
    transform: rotateY(-25deg);
}

.comi-listing .c-blog__heading.style-2 {
    border-bottom: none;
    text-transform: none;
    margin-bottom: 24px;
}

.comi-listing .tab-content-wrap {
    margin-top: 0;
}

.comi-listing .page-content-listing {
    margin-top: 0px !important;
}

.comi-listing .c-blog__heading.style-2.font-heading h4,
.comi-heading h2 {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 1.5em;
    padding-bottom: 15px;
    position: relative;
}
.comi-listing .c-blog__heading.style-2.font-heading h4:before, 
.comi-heading h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 5px;
    width: 55px;
    background-color: #41855e;
}
.comi-listing .c-blog__heading.style-2.font-heading h4:after,
.comi-heading h2:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 2px;
    height: 1px;
    width: 95%;
    max-width: 255px;
    background-color: #41855e;
}

.manga-listing-slider>.slider-container .slick-track>.slick-slide {
    margin-left: 5px;
    margin-right: 5px;
}

.manga-listing-slider>.slider-container .slick-list {
    margin-left: -5px;
    margin-right: -5px;
}

.manga-listing-slider>.slider-container .slick-prev:before,
.manga-listing-slider>.slider-container .slick-next:before {
    content: '';
    display: block;
    width: 1em;
    height: 1em;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
    transform: rotate(-45deg);
}

.manga-listing-slider>.slider-container .slick-next:before {
    transform: rotate(135deg);
}

.page-content-listing.item-comi .manga-listing-slider>.slider-container.manga-listing-slider>.slider-container .page-item-detail {
    margin-bottom: 0;
}

.manga-listing-slider .slider-container .slick-arrow {
    top: 110px;
}

.manga-listing-slider .slider-container .slick-arrow.slick-prev {
    left: -40px;
}

.manga-listing-slider .slider-container .slick-arrow.slick-next {
    right: -40px;
}

.manga-listing-slider>.slider-container .slick-prev.slick-disabled:before,
.manga-listing-slider>.slider-container .slick-next.slick-disabled:before {
    display: none;
}

.manga-listing-slider>.slider-container {
    height: 0;
    overflow: hidden;
}

.manga-listing-slider>.slider-container.slick-initialized {
    height: auto;
    overflow: visible;
}

.c-page .c-page__content .c-blog__heading.style-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.c-page .c-page__content .c-blog__heading.style-2>a {
    color: var(--madara-main-color);
    font-size: 16px;
}

.c-page .c-page__content .c-blog__heading.style-2>a:hover {
    text-decoration: underline;
}

.page-content-listing.item-comi .ranking-item[data-rank]:before {
    content: attr(data-rank);
    display: block;
    position: absolute;
    z-index: 1;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    width: 50px;
    height: 50px;
    text-align: left;
    text-indent: 8px;
    color: #fff;
}

.page-content-listing.item-comi .ranking-item[data-rank]:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-top: 25px solid #000;
    border-right: 25px dashed transparent;
    border-bottom: 25px dashed transparent;
    border-left: 25px solid #000;
}

.ranking-item {
    position: relative;
}

.page-content-listing.item-comi .ranking-item[data-rank="1"]:after {
    border-color: #ffbd05 transparent transparent #ffbd05;
}

.page-content-listing.item-comi .ranking-item[data-rank="2"]:after {
    border-color: #8fc1db transparent transparent #8fc1db;
}


.page-content-listing.item-comi .ranking-item[data-rank="3"]:after {
    border-color: #d6c28d transparent transparent #d6c28d;
}

.page-content-listing.item-comi .meta-item.views>i {
    color: #C62828;
    font-size: 16px;
}

.comi-listing {
    margin: 25px 0px;
}

@media(max-width: 768px) {
    .manga-listing-slider>.slider-container .slick-track>.slick-slide {
        margin-left: 5px;
        margin-right: 5px;
    }

    .manga-listing-slider>.slider-container .slick-list{
        margin-left: -5px;
        margin-right: -5px;
    }

    .comi-listing .c-page__content .tab-wrap .c-blog__heading.style-2 > h4{
        font-size: 25px;
    }

    .comi-listing {
        margin: 0px;
    }

    .item-comi .item-summary .meta-item.rating i{ 
        font-size: 13px;
    }

    .item-comi .item-summary .meta-item.rating span.score{
        font-size: 12px;
    }

    .page-content-listing.item-comi .page-item-detail .meta-item.views{
        font-size: 12px;
    }
}

/* READING PAGE */
.c-select-bottom .wp-manga-nav {
    display: flex;
    justify-content: space-between;
}

body.reading-manga .entry-header .select-pagination .nav-links, body.reading-manga .c-select-bottom .select-pagination .nav-links {
    display: flex;
}

body.reading-manga .entry-header .select-pagination .nav-links .nav-previous a:before, body.reading-manga .c-select-bottom .select-pagination .nav-links .nav-previous a:before,
body.reading-manga .entry-header .select-pagination .nav-links .nav-next a:before, body.reading-manga .c-select-bottom .select-pagination .nav-links .nav-next a:before {
    text-indent: 0;
}

@media (max-width: 480px) {
    body.reading-manga .entry-header .select-pagination .nav-links .nav-previous a, body.reading-manga .c-select-bottom .select-pagination .nav-links .nav-previous a, body.reading-manga .entry-header .select-pagination .nav-links .nav-next a, body.reading-manga .c-select-bottom .select-pagination .nav-links .nav-next a {
        padding-left: 15px;
        padding-right: 30px;
    }
}