/*
Theme Name: Comics Child
Description: This is a child theme for Flatsome Theme
Author: DevTeam
Template: comics
Version: 1.0
*/

/* width */
::-webkit-scrollbar {
  width: 6px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #5F5F5F; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #D9D9D9; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #fff; 
}
body, html{
	overflow-x: hidden;
	margin: 0;
}
body{
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    font-family: 'IBM Plex Sans', sans-serif;
    background: #111218;
}
.aligncenter {
    text-align: center;
}
.top_button {
    background: rgba(254, 199, 11, 0.66) none repeat scroll 0 0;
    bottom: 15px;
    display: none;
    height: 34px;
    position: fixed;
    right: 15px;
    width: 34px;
    z-index: 95;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
}
.top_button::before {
    color: #fff;
    content: "\2191";
    font-size: 28px;
    left: 0;
    font-weight: 900;
    line-height: 25px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 3px;
}
.main-page{
    padding: 20px 0;
    position: relative;
}
.show-for-small{
    display: none;
}
.container{
    max-width: 1790px;
}
@media(min-width: 1300px){
    .container{
        padding-left: 3.75rem;
        padding-right: 3.75rem;
    }
}
h1 {
    font-size: 30px;
    font-weight: 700;
    line-height: 1.3;
    color: #e20060;
}
h2, h3, h4, h5{
    font-weight: 700;
    line-height: 1.3;
    color: #e20060;
}
h2 {
    font-size: 25px;
}
h3{
    font-size: 21px;
}
h4{
    font-size: 18px;
}
strong, b{
    font-weight: 700;
}
ul, ol{
    padding-left: 18px;
}
ul li, ol li{
    margin-bottom: 10px;
}
img{
    max-width: 100%;
    height: auto;
}
a{
    text-decoration: none;
    color: #fc7300;
}
a:hover{
    color: #ED1C24;
}
h1.title-2 {
    border-left: 4px solid #fc7300;
    padding-left: 15px;
}
.des-section{
    margin-bottom: 20px;
    line-height: 25px;
}
.text-justify{
    text-align: justify;
}
.relative{
    position: relative;
}
.hide{
    display: none !important;
}
.bg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: -1;
}
.bg-overlay:before, .box-overlay .image-cover a:before, .slideshow.owl-carousel:before,
.single-slideshow:before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: linear-gradient(to top, #111218, rgba(0, 0, 0, 0.65));
}
.single-slideshow .slideshow:before{
    display: none;
}
.single-slideshow .slideshow.owl-theme .owl-nav {
    bottom: auto;
    top: 56%;
}
.single-slideshow .slideshow.owl-theme .owl-nav button {
    width: 36px;
    height: 36px;
    background: #fff;
    border-radius: 50%;
    line-height: 25px;
}
.btn{
    font-weight: 700 !important;
    text-transform: capitalize;
    outline: unset;
}
.btn-default svg {
    fill: #fff;
}
.btn-default {
    background: #4F4C4F;
    color: #fff;
}

.btn-black {
    color: #fff;
    background: #000;
}
.btn-black:hover {
    background: #fc7300;
    color: #000;
}
.btn:hover{
    outline: unset;
    box-shadow: none;
}
.btn svg {
    margin-top: -3px;
}
.text-uppercase{
    text-transform: uppercase;
}
.ms-n5 {
    margin-left: -40px;
}
.btn-round{
    border-radius: 99px;
}
.btn-secondary, .btn-outline-secondary:hover {
    color: #252525;
    background-color: #fc7300;
    border-color: #fc7300;
}
.btn-outline-secondary{
    color: #fff;
    background-color: #212226;
    border-color: #fc7300;
}
.btn.expand {
    width: 100%;
}
.text-secondary, .text-secondary a{
    color: #fc7300 !important;
}
.btn-outline-white, .btn-outline-primary{
    color: #fff;
    background-color: transparent;
    border-color: #fff;
}
.btn-outline-white svg{
    fill: #fff;
}
.btn-outline-white:hover, .btn-white:hover{
    color: #252525;
    background-color: #fff;
}
.btn-outline-white:hover svg{
    fill: #252525;
}
.btn-primary{
    color: #fff;
    background: #ED1C24;
    border-color: #ED1C24;
}
.btn-primary:hover{
    background: #fff;
    color: #ED1C24;
    border-color: #ED1C24;
}

.btn-outline-primary{
    color: #ED1C24;
    border-color: #ED1C24;
}
.btn-check:active+.btn-outline-primary, .btn-check:checked+.btn-outline-primary, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show, .btn-outline-primary:active, .btn-outline-primary:hover{
    color: #fff;
    background: #ED1C24;
    border-color: #ED1C24;
    box-shadow: none;
    outkline: none;
}
.btn-white{
    background: #fff;
    color: #252525;
    border-color: #fff;
}

.text-right{
    text-align: right;
}
.show-for-medium{
    display: none;
}
.show-mobile{
    display: none;
}
.show-tablet{
    display: none;
}
.wp-caption .wp-caption-text {
    font-size: 75%;
    padding-top: 5px;
    opacity: .8;
}
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    position: relative;
}
.aligncenter {
    clear: both;
    display: block;
    margin: 10px auto;
}
.box{
    width: 100%;
}
.box-vertical{
    display: table;
}
.box-vertical .box-image, .box-vertical .box-text{
    display: table-cell;
    vertical-align: top;
}
.slideshow .box-vertical .box-image, .slideshow .box-vertical .box-text{
    vertical-align: middle;
}
.box-vertical .box-text{
    padding-left: 15px;
}
.box-vertical .box-image{
    width: 35%;
}

.slideshow .comics-item-fullwidth {
    padding: 30px 0;
}
.home-top .icon-box .icon svg {
    fill: #fc7300;
    width: 48px;
}
.home-top .icon-box {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    padding: 20px;
}
.slideshow.owl-carousel, .single-slideshow {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;    
    padding-top: 30px;
    padding-bottom: 30px;
}
.single-slideshow {
    padding-top: 30px;
}
.slideshow.owl-carousel .owl-item{
    transform: scale(0.9);
}
.slideshow.owl-carousel .owl-item.active.center{
    transform: scaleY(1.1);
    z-index: 1;
}
.slideshow.owl-carousel .owl-item.active.center .box{
    border-radius: 10px;
    border: 1px solid #fc7300;
    box-shadow: 0 0 10px rgb(254 199 11 / 50%);
}
.owl-theme .owl-dots, .owl-theme .owl-nav {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    margin: 0;
}
.slideshow.owl-theme .owl-dots, .slideshow.owl-theme .owl-nav{
    bottom: 0px;
}

.owl-theme .owl-nav{    
    display: flex;
    justify-content: space-between;
    padding: 0px 20px;
    z-index: 1;
}
.owl-theme .comics-item{
    margin-bottom: 0;
}
.owl-theme .owl-nav svg {
    width: 16px;
    fill: #5F5F5F;
}
.owl-carousel.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #fc7300;
}
.icon-box .icon {
    margin-right: 15px;
}
.icon-box {
    display: flex;
    align-items: center;
}
.box .box-text-inner {
    display: flex;
    flex-flow: column;
    gap: 10px;
}
.box.box-overlay .box-text-inner{
    gap: 5px;
}
.comics-item-fullwidth .box .box-text-inner{
    gap: 15px;
}
.image-cover{
    padding-top: 65%;
    position: relative;
    overflow: hidden;
}
.image-cover img{
    right: 0;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    top: 0;
    position: absolute;
    object-position: 50% 50%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    z-index: 0;
}
.comics-item{
    margin-bottom: 20px;
}
.comics-item .comic-type a {
    margin-bottom: 5px;
}
.comics-item .image-cover{
    padding-top: 130%;
    border-radius: 8px;
}
.comics-item .image-cover:hover img {
    transform: scale(1.2);
}
.comics-item.comics-item-list .image-cover {
    padding-top: 90%;
}
.comics-item .image-cover img{
    border-radius: 8px;
    transition: all 300ms ease;
}
.comics-item ul.list-info {
    padding: 0;
    list-style: none;
    margin: 0;
}
.comics-item ul.list-info li.comics-type a {
    margin-right: 5px;
    color: #fff;
}
.comics-item ul.list-info li.comics-type a:hover{
    color: #fc7300;
}
li.comics-type {
    flex-flow: row wrap;
}
.comics-item .box-overlay .image-cover a:before{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 8px;
    z-index: 1;
}
.comics-item .label-item{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 2;
}
.comics-item .label-item .btn {
    padding: 3px 8px;
    font-size: 11px;
}
.comics-item .label-item .btn-black{
    color: #ffb700;
    background: rgba(0,0,0,.8);
}
.comics-item .label-item + .label-item {
    top: 45px;
}
.comics-item h3, .comics-item h2, .comics-item h4{
    margin: 0;
}
.comics-item h3.name-comics a , .comics-item h4.name-comics a {
    font-size: 16px;
    overflow: hidden;
}
.slideshow .comics-item .name-comics a{
    font-size: 1.75em;
}
.comics-item .name-comics a{
    color: #fff;
    display: block;
}
.comics-item.comics-item-list h4.name-comics a{
    height: unset;
    overflow: unset;
}
.comics-item .list-chapters p svg {
    fill: #878787;
    width: 13px;
    margin-top: -2px;
}
.comics-item .list-chapters p {
    color: #878787;
    margin-bottom: 5px;
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    overflow: hidden;
        white-space: nowrap;
}
.comics-item .list-chapters p a{
    color: #878787;
}
.comics-item .list-chapters p a:hover{
    color: #fc7300;
}
.lists-comics .row{
    counter-reset: my-awesome-counter2;
}
.lists-comics .row .col{
    counter-increment: my-awesome-counter2;
}
.lists-comics .row .col .box-image:before{
    content: "#"counter(my-awesome-counter2);
    position: absolute;
    top: 0;
    left: 0px;
}
.lists-comics .row .col .box-image{
    padding-left: 40px;
    position: relative;
}

.overflow-ellipsis, .overflow-ellipsis a {
    /*text-overflow: ellipsis;
        overflow: hidden;
    white-space: nowrap;*/
}
.menu li h2{
    font-size: 16px;
    font-weight: 400;
}
.box-overlay .box-text {
    position: absolute;
    bottom: 5px;
    left: 0;
    right: 0;
    padding: 10px;
    z-index: 1;
}
.box-overlay .image-cover{
    background: #fff;
}
.box-overlay .image-cover a:before{    
    background: linear-gradient(to top, #1E1E1E, transparent);
}
.box-overlay:hover .image-cover a:before{
    background: linear-gradient(to top, #1E1E1E, rgba(0, 0, 0, 0.25));
}
#header{
    background: #212226;
}
#header.fixed-header{
    position: fixed;
    box-shadow:     -webkit-box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
}

.admin-bar #header.fixed-header{
    top: 32px;
}
.archive .content-page h1 {
    text-transform: uppercase;
    font-size: 24px;
    font-weight: 700;
}
.entry-header h1{
    font-weight: 700;
}
nav.rank-math-breadcrumb {
    line-height: 1.05;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #222 !important;
    font-size: 13px;
}
nav.rank-math-breadcrumb a{
    color: #a2240b;
    font-weight: 700;
}
.navbar .navbar-nav > li > a.nav-link {
    color: #fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 15px;
}
.navbar .navbar-nav > li > a.nav-link:hover, .navbar .navbar-nav > li.current-menu-item a.nav-link{
    color: #fc7300;
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #fff;
    padding: 10px 20px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    min-width: 200px !important;
    box-shadow: 1px 1px 10px rgba(0,0,0,.15);
    border: 0;
    background: #252525;
}
.navbar-expand-lg .navbar-nav .dropdown-menu li .nav-link{
    padding: 5px;
}
.navbar-expand-lg .navbar-nav .dropdown-menu .nav-link:hover{
    background: #fc7300;
    color: #222;
}
.breadcrumbs, .breadcrumbs a{
    color: #D9D9D9;
    font-size: 14px;
}
.breadcrumbs a:hover{
    color: #fff;
}
#footer{
    background: #252525;
    color: #F7F9FD;
    font-size: 16px;
}
.footer-top{
    padding: 10px 0 20px;
    border-top: 8px solid #5F5F5F;
}
.footer-bottom{
    padding: 0px 0 20px;
}
.footer-bottom .social-lists {
    padding-top: 20px;
    border-top: 1px solid #4F4C4F;
    padding-bottom: 15px;
}
.copyright{
    color: #5F5F5F;
}
.menu-footer{
    margin-bottom: 20px;
}
.menu-footer ul li {
    display: inline-block;
    margin-right: 15px;
    line-height: 1;
}
.menu-footer ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.menu-footer ul li + li {
    padding-left: 15px;
    border-left: 1px solid #fff;
}
.menu-footer ul li a{
    color: #fff;
}
.menu-footer ul li a:hover{
    color: #fc7300;
}
.is-divider {
    height: 3px;
    display: block;
    background-color: rgba(0, 0, 0, .1);
    margin: 1em 0;
    width: 100%;
    max-width: 30px;
}
.text-center .is-divider{
    margin-left: auto;
    margin-right: auto;
}
.single .is-divider{
    margin-bottom: 30px;
}
.content-author{
    background: #212226;
    overflow: hidden;
    color: #fff;
    border-radius: 15px;
}
.content-author-img img {
    width: 100%;
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.content-author-des{
    text-align: justify;
}
.content-author-des-icon img{
    height: 30px;
    margin-right: 10px;
}
.content-author-name{
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    display: block;
}
.sticky-sidebar .right-head {
    padding: 10px;
    background: #1da1f2;
    display: block;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 15px;
}
.genre-cates .menu li {
    width: 50%;
}
.genre-cates .menu {
    display: flex;
    flex-flow: row wrap;
}
.widget-latest-posts .post-item a:first-child img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
}
.widget-latest-posts .post-item a:first-child {
    width: 50px;
    height: 50px;
    margin-right: 10px;
    position: relative;
    border-radius: 50%;
    min-width: 50px;
}
.widget-latest-posts .post-item {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
.widget-latest-posts .post-item .badge-inner.bg-fill .post-date-day br {
    display: none;
}
.widget-latest-posts .post-item .badge-inner.bg-fill .post-date-day {
    font-weight: 700;
    font-size: 18px;
    display: block;
}
.widget-latest-posts .post-item .badge-inner.bg-fill {
    position: relative;
    z-index: 1;
    border-radius: 50%;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    padding-top: 9px;
}
a.cat-list-title.mb-3 {
    color: #fff;
}
input[type=email], input[type=number], input[type=text], input[type=url], textarea{
    width: 100%;
}
textarea{
    height: 120px;
}
.comment-form>p label{
    display: none;
    font-weight: 500;
}
#comments .comment-respond {
    background-color: rgba(0, 0, 0, .05);
    margin-top: 15px;
    padding: 15px 25px 0;
    margin-bottom: 30px;
}
#comments .comment-respond .comment-reply-title {
    font-size: 1.2em;
}
p.comment-form-comment textarea {
    background: #212226;
    outline: none;
    padding: 10px;
    border-radius: 15px;
    border: 1px solid #212226;
    margin-top: 10px;
    color: #fff;
}
input[type=checkbox]+label, input[type=radio]+label {
    display: inline;
    text-transform: none;
}
input[type="submit"] {
    background: #fc7300;
    color: #222;
    border-color: #fc7300;
    box-shadow: none;
    text-transform: uppercase;
    padding: 6px 20px;
    font-size: 16px;
    font-weight: 600;
    outline: unset;
    border: 0;
    border-radius: 99px;
}
#comments .comment-respond small {
    text-transform: uppercase;
    margin-left: 10px;
    font-size: .6em
}
#footer .social-lists a:hover svg {
    fill: #fc7300;
}
#footer .social-lists a {
    color: #fff;
    margin: 0px 10px;
    display: inline-block;
    text-align: center;
}

#footer .social-lists svg {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.popular-comics h2 svg{
    margin-left: 6px;
    fill: #ED1C24;
}
.header-single{
    min-height: 400px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: -1;
}
.header-single .bg {
    background-position: top center;
}
.tabs-track ul.nav.nav-tabs .nav-link{
    font-size: 20px;
}
#header form.form-search .input-group input[type="search"]{
    width: 200px;
}
.all-track .filter-track {
    justify-content: space-between;
}
.filter-track h4 svg {
    background: #333;
    padding: 5px;
    border-radius: 5px;
    display: inline-block;
    margin-left: 5px;
}
.filter-track h4 {
    white-space: nowrap;
    margin-right: 15px;
}
.filter-track .input-group button, form.form-search .input-group button{
    background: transparent !important;
    border: 0 !important;
}
.filter-track .input-group input[type="search"], form.form-search .input-group input[type="search"]{
    background: transparent;
    border: 1px solid #4F4C4F !important;
    color: #fff;
    border-radius: 5px;
}
.filter-track .input-group {
    max-width: 300px;
}
.list-track-wrapper .track-item h4 a {
    color: #fff;
    font-size: 16px;
}
.list-track-wrapper .track-item .box-text {
    vertical-align: middle;
    color: #4F4C4F;
}
.list-track-wrapper .track-item + .track-item{
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #4F4C4F;
}
.list-track-wrapper .col{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4F4C4F;
}
.list-track-wrapper .col h4{
    margin: 0;
}
.list-track-wrapper .track-item .image-cover {
    padding-top: 130%;
}
.list-track-wrapper .track-item .box-vertical .box-image{
    width: 100px;
}
.list-track-wrapper .wrapper-inner {
    max-height: 75vh;
    overflow-y: auto;
        overflow-x: hidden;
}
.list-track-wrapper .wrapper-inner::-webkit-scrollbar {
  width: 6px;
}

/* Track */
.list-track-wrapper .wrapper-inner::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
.list-track-wrapper .wrapper-inner::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.list-track-wrapper .wrapper-inner::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.single-tracks .list-track-wrapper .track-item .box-image{
    display: none;
}
.single-tracks .list-track-wrapper .track-item .box-text {
    padding: 0 15px;
    display: flex;
    align-items: center;
}
.single-tracks .list-track-wrapper .track-item .name-comics {
    min-width: 110px;
    margin-right: 10px;
}
.single .sticky-sidebar img {
    width: 100%;
}
#header .form-search{
    margin-right: 10px;
}
form.form-search .input-group input[type="search"]{
    width: 250px;
    background: #1E1E1E;
}
.comic-single-info .list-info li span {
    color: #D9D9D9;
    display: inline-block;
    margin-right: 6px;
}
.comic-single-info .list-info svg {
    fill: #fff;
    margin-right: 4px;
}
.comic-single-info .list-info .pending strong{
    color: #ED1C24;
}
ul.list-inline li:last-child {
    border: 0;
    margin: 0;
}
ul.list-inline li {
    display: inline-flex;
    align-items: center;
    margin-right: 10px;
    padding-right: 10px;
    border-right: 1px solid #fff;
    line-height: 1;    
}
.comic-single-info ul.list-inline li{
    color: #fc7300;
}
#header.header-comics {
    background: #252525;
    padding: 10px 0;
}
.header-comics h1.entry-title {
    margin: 0;
    font-size: 22px;
}
.footer-comics .is-link{
    color: #F7F9FD;
}
.footer-comics .is-link svg{
    margin: 0px 5px;
    fill: #F7F9FD;
}
.category-header{
    padding-top: 40px;
}
.pagination{
    flex-flow: row wrap;
    justify-content: center;
}
.pagination > li.page-item > a, .pagination > li.page-item > span {
    margin: 0 2px;
    color: #fff;
    padding: 0 2px;
    font-size: 14px;
    border-radius: 0 !important;
    min-width: 35px;
    line-height: 35px;
    text-align: center;
    background: #333;
    border-color: #666;
}
.pagination > li.page-item.active > a,.pagination > li.page-item.active > span {
    background-color: #fc7300;
    border-color: #fc7300;
    cursor: pointer;
    color: #222;
    z-index: 0
}
.comics-carousel .owl-nav{
    position: static;
}
.comics-carousel .owl-nav button span {
    font-size: 40px;
    display: inline-block;
    width: 30px;
    text-align: center !important;
    height: 30px;
    line-height: 25px;
}
.comics-carousel .owl-nav button {
    outline: none;
    position: absolute;
    right: 0;
    top: -18%;
    text-align: center;
}
.comics-carousel .owl-nav button:hover{
    background: transparent !important;
}
.comics-carousel .owl-nav button.owl-prev {
    margin-right: 39px;
}
.navbar .navbar-nav > li {
    margin: 0;
}
.navbar-expand-lg .navbar-nav .menu-cates .dropdown-menu {
    min-width: 680px !important;
}
.navbar-expand-lg .navbar-nav .menu-cates .dropdown-menu li {
    width: 25%;
    float: left;
    padding: 0px 5px;
}
.recommand-carousel .comics-item .image-cover {
    padding-top: 65%;
}
.recommand-carousel .box {
    padding: 70px 20px 40px;
    border-radius: 15px;
}
.recommand-carousel .bg, .recommand-carousel .bg:before, .slideshow:before, .slideshow {
    border-radius: 15px;
}
.widget {
    position: relative;
    border-radius: 15px;
    background: #212226;
    overflow: hidden;
    padding: 20px;
    margin-bottom: 20px;
}
.recommand-comics{
    padding: 0;
}
.recommand-comics h3.widgettitle {
    font-size: 22px;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    right: 0;
    padding: 20px;
}
.recommand-comics h3.widgettitle svg {
    fill: #fc7300;
}
ul.menu {
    list-style: none;
    padding: 0;
}
ul.menu li:not(.text-secondary) a{
    color: #fff;
}
ul.menu li:not(.text-secondary) a:hover{
    color: #fc7300;
}
ul.menu li.hot-menu a{
    font-weight: 700;
}
ul.menu li.hot-menu a h2:after{
    content: "";
    background: url(images/icon-fire.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 21px;
    display: inline-block;
    margin-left: 6px;
        margin-bottom: -6px;
}
.footer-top ul.menu li {
    width: calc(100% / 6);
}
.footer-top ul.menu {
    display: flex;
    align-items: flex-start;
    flex-flow: row wrap;
}
.widget h3.widgettitle {
    margin-bottom: 15px;
}
.comics-wrapper .title-comic{
    text-transform: uppercase;
}
.recent-viewed-comics h3.title-comic, .widget h3.widgettitle {
    font-size: 22px;
    padding-left: 10px;
    border-left: 2px solid #fc7300;
    line-height: 1;
    text-transform: uppercase;
}
.recent-viewed-comics {
    padding: 15px;
}
.recent-viewed-comics .box-vertical .box-image {
    width: 20%;
}
.recent-viewed-comics .comics-item h4.name-comics a, .comics-item-list.comics-item h4.name-comics a {
    font-weight: 400;
    font-size: 14px;
}
.recent-viewed-comics .list-comics {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}
.recent-viewed-comics a.viewmore{
    font-size: 12px;
    color: #5F5F5F;
}
.comics-item.comics-item-list {
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 1px solid #2B2C30;
}
.row > .col:last-child > .comics-item.comics-item-list{
    border: 0;
    padding: 0;
    margin: 0;
}
ul.nav.nav-tabs {
    border-bottom: 2px solid #5F5F5F;
    margin-bottom: 20px;
}
ul.nav.nav-tabs li {
    margin: 0;
    margin-right: 10px;
}
ul.nav.nav-tabs .nav-link {
    padding: 0 5px 10px;
    color: #fff;
    font-weight: 700;
    margin-bottom: -2px;
    border: 0;
    border-bottom: 2px solid transparent;
}
ul.nav.nav-tabs .nav-link:hover, ul.nav.nav-tabs .nav-link.active {
    color: #fc7300;
    background: transparent;
    border: 0;
    border-bottom: 2px solid #fc7300;
}
.tabs-comics .row > .col:first-child > .comics-item.comics-item-list .box-image:before, 
.tabs-comics .row > .col:nth-child(2) > .comics-item.comics-item-list .box-image:before,
.tabs-comics .row > .col:nth-child(3) > .comics-item.comics-item-list .box-image:before{
    font-size: 18px;
    background: -webkit-linear-gradient(#FC0749, #96042B);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
}
.tabs-comics .row > .col:nth-child(2) > .comics-item.comics-item-list .box-image:before{
    background-image: -webkit-linear-gradient(#FFB627, #996D18);

}
.tabs-comics .row > .col:nth-child(3) > .comics-item.comics-item-list .box-image:before{
    background-image: -webkit-linear-gradient(#27FFB1, #18996A);
}
.left-sidebar ul.menu li a:hover, .left-sidebar ul.menu li.current-menu-item a {
    background: #433100;
}
.left-sidebar ul.menu li a {
    display: block;
    padding: 6px 13px;
    border-radius: 5px;
}
.left-sidebar ul.menu li a h2{
    font-size: 16px;
    font-weight: 400;
    margin: 0;
}
.left-sidebar .widget{
    padding: 15px 10px;
}
.left-sidebar h3.widgettitle {
    font-size: 20px;
    font-weight: 700;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    border: 0;
    margin-bottom: 15px;
    text-transform: uppercase;
}
.left-sidebar h3.widgettitle:before{
    display: inline-block;
    content: "";
    width: 24px;
    height: 24px;
    background: url(images/icon-cates.svg) no-repeat;
    background-size: contain;
    margin-right: 5px;
}
.left-sidebar h3.widgettitle:after {
    content: "\1F893";
    font-size: 27px;
    margin-left: auto;
    display: inline-block;
    margin-bottom: -17px;
}
.filter-cates .title-filter{
    margin-right: 10px;
}
.filter-cates .btn-secondary:after{
    content: "";
    background: url(images/icon-check.svg) no-repeat;
    width: 20px;
    height: 20px;
    margin-left: 6px;
    margin-bottom: -7px;
    display: inline-block;
}
.login-form-container {
    background: #212226;
    border-radius: 15px;
    border-top: 15px solid #fc7300;
}
.login-form-container .form-footer p {
    margin: 0;
}

.login-form-container .form-footer {
    background: #5F5F5F;
    border-radius: 0 0 15px 15px;
}

#loginform input.form-control {
    background: #121212;
    border: 1px solid #121212;
    border-radius: 10px;
    color: #fff;
}
.filter-form .button-groups .item-check{
    margin-right: 6px;
}
.filter-form .button-groups .item-check label{
    display: block;
}
.filter-form span.label-item {
    white-space: nowrap;
    min-width: 100px;
}
.navbar-expand-lg .navbar-nav .menu-item-has-children:hover > .dropdown-menu {
    display: block;
}
#mobile_menu {
    display: none;
    background-color: #121212;
    padding: 0px;
    z-index: 100000;
    position: absolute;
    left: 0;
    right: 0;
    overflow: auto;
    top: 68px;
    max-height: calc(100vh - 75px);
}
.select-category-filter {
    width: 100%;
    background: #212226;
    padding: 10px 15px;
    margin-bottom: 15px;
    justify-content: space-between;
    border-radius: 10px;
    font-size: 14px;
    color: #5F5F5F;
    cursor: pointer;
}
.breadcrumbs:before{
    content: "";
    width: 18px;
    height: 18px;
    background: url(images/icon-breadcrumbs.svg) no-repeat;
    background-size: contain;
    display: inline-block;
    margin-bottom: -3px;
    margin-right: 2px;
}
@media(min-width: 1300px){
    #comics-cates > .col{
        flex: 0 0 auto;
        width: calc(100% / 7);
    }
}
@media(min-width: 850px) {
    .comment-form {
        display:-webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-left: -15px;
        margin-right: -15px
    }

    .comment-form>div {
        padding: 0 15px;
        width: 100%
    }

    .comment-form>p {
        padding: 0 15px;
        width: 100%
    }

    .comment-form p.comment-form-author,.comment-form p.comment-form-email,.comment-form p.comment-form-url {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1
    }
}
@media(max-width: 1100px){
    .navbar .navbar-nav > li > a.nav-link{
        font-size: 15px;
        padding: 8px 10px;
    }
}
@media (max-width: 991px) {
    #leftsidebar{
        display: none;
    }
    #mobile_menu_toggler{
        width: 35px;
        height: 35px;
        display: flex;
        cursor: pointer;
        align-items: center;
        background: #fc7300;
        justify-content: center;
        border-radius: 5px;
        margin-left: 10px;  
    }   
    
    .m_nav_ham {
        width: 24px;
        height: 2px;
        background: #222;
        margin: 5px auto;
        -webkit-transition-duration: 0.3s;
        -moz-transition-duration: 0.3s;
        -ms-transition-duration: 0.3s;
        transition-duration: 0.3s;
    }
    .m_nav_ham_1_open {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        margin-top: 13px;
    }
    .m_nav_ham_2_open {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
        margin-top: -7px;
    }
    .m_nav_ham_3_open {
        opacity: 0;
    }

    #mobile_menu ul {
        margin: 0;
        list-style: none;
       padding: 0;
        background: #000;
    }
    #mobile_menu ul li {
        margin: 0;
        text-align: left;
        display: block;
    }
    #mobile_menu > ul > li a {
        background: #222;
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-bottom: 1px solid rgba(0, 0, 0, 0.3);
    }
    #mobile_menu > ul > li > a:hover{
        background: #2a2a2a;
    }
    #mobile_menu ul ul li  a:hover{
        background: #171717;
    }
    #mobile_menu > ul > li  ul li a{ 
        background: transparent;
        border-top: 1px solid transparent;
        border-bottom: 1px solid transparent;
    }
    #mobile_menu ul li a {
        color: #ccc;
        font-size: 14px;
        line-height: 1.7em;
        display: block;
        position: relative;
        padding: 12px 30px;
        text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
        -webkit-transition: all 0.2s ease-out;
        -moz-transition: all 0.2s ease-out;
        -ms-transition: all 0.2s ease-out;
        -o-transition: all 0.2s ease-out;
        transition: all 0.2s ease-out;
        text-transform: uppercase;
                align-items: center;
        justify-content: space-between;
    }
    #mobile_menu ul ul li a {
        padding: 10px 50px;
    }
    #mobile_menu ul ul ul li a {
        padding: 10px 70px;
    }
    #mobile_menu ul li a:hover {
        color: #eee;
    }
    #mobile_menu ul li ul {
        display: none;
    }
    #mobile_menu li a{
        text-align: left;
    }
    #mobile_menu li img{
        display: none;
    }
    h1{
        font-size: 24px;
    }
	.show-for-large{
        display: none;
    }
    .show-for-medium{
        display: block;
    }
    .hide-for-medium{
        display: none !important;
    }
    .show-desktop{
        display: none;
    }
    .show-tablet{
        display: block;
    }
    .container, .container-sm {
        max-width: 100%;
    } 
    .medium-text-center{
        text-align: center;
    }
 
    .comics-item.comics-item-list .box .box-image {
        width: 20%;
    }
    .comic-single-info .list-info li{
        font-size: 15px;
    }
    #header .form-search {
        display: none;
        position: absolute;
        top: 100%;
        left: 15px;
        right: 15px;
        margin: 0;
    }
    #header .form-search.active{
        display: block;
    }
    #header .navbar-toggler {
        padding: 0;
        margin: 0;
        margin-right: 10px;
        z-index: 1000;
    }  
    .mainmenu {
        position: relative;
        z-index: 99;
    }
    #show-search {
        cursor: pointer;
        margin-right: 10px;
    }
    a.btn.account-icon{
        padding: 8px;
    }
    .header-single{
        min-height: 360px;
    }
    .single h1.entry-title {
        font-size: 22px;
    }
    .medium-col-first{
        order: -1;
    }
    .comic-single-info.comics-item .btn {
        font-size: 15px;
        padding: 5px 13px;
        margin-bottom: 10px;
    }
    .comic-single-info.comics-item .comic-type .btn {
        font-size: 12px;
        padding: 4px 8px;
    }
    .recommand-comics h3.widgettitle {
        font-size: 18px;
    }
    .footer-top ul.menu li {
        width: calc(100% / 4);
    }
    .filter-form > .d-flex .button-groups {
        margin: 0 !important;
    }

    .filter-form > .d-flex .label-item {
        display: block;
        margin-bottom: 10px;
    }
    .filter-form > .d-flex {
        display: block !important;
    }
    .filter-form .button-groups .item-check label{
        font-size: 14px;
    }
}
@media(max-width: 550px){
    h1.entry-title{
        font-size: 18px;
    }
    .show-mobile{
        display: block;
    }
    .hide-for-small{
        display: none;
    }
    .col-sm-6 {
        width: 100%;
    }
    .col-xs-6 {
        width: 50%;
    }
    div#navbarSupportedContent{
        max-width: 75%;
    }
    
     form.form-search .input-group input[type="search"] {
        width: 205px;
    }
    .comics-item.comics-item-list .box .box-image {
        width: 30%;
    }
    .comics-item .btn {
        font-size: 13px;
        padding: 4px 8px;
    }
    
    .footer-bottom, .footer-bottom .social-lists.text-right {
        text-align: center;
    }
    .menu-footer li {
        margin-bottom: 20px;
    }
    .menu-footer {
        text-align: center;
    }
    .header-single{
        min-height: 280px;
    }
    .comic-single-info .list-info li {
        font-size: 13px;
        border: 0;
        margin-bottom: 5px;
    }
    .comic-single-info .list-info li span {
        min-width: unset;
    }
    .single h1.entry-title, .header-comics h1.entry-title {
        font-size: 18px;
    }
    .comic-single-info .list-info svg{
        width: 14px;
    }
    .des-section-single .all-track .filter-track h4 {
        margin-bottom: 15px;
    }

    .des-section-single .all-track .filter-track {
        flex-flow: column;
    }
    .footer-top ul.menu li {
        width: calc(100% / 2);
    }
    .col {
        flex: unset;
    }
    .show-for-small{
        display: block;
    }
    .menu-footer ul li {
        display: block;
        border: 0 !important;
    }
    .comics-wrapper.widget.latest-update-comics {
        padding: 0;
        background: transparent;
    }
    .slideshow .box-vertical, .slideshow .box-vertical .box-text, .slideshow .box-vertical .box-image{
        display: block;
        width: 100% !important;
    }
    .slideshow .box-vertical .box-text{
        padding: 20px 0;
    }
    .slideshow .comics-item-fullwidth{
        padding: 0;
    }
    .slideshow.owl-carousel{
        padding: 0;
    }
}