/*
Theme Name: Divi Child Theme
Theme URI: https://divireadythemes.com/
Description: Divi Child Theme
Author: Divi Ready Themes
Author URI: https://divireadythemes.com/
Template: Divi
Version: Updated for Divi 3+
*/


/*------------------------------------------------*/


/*-------------------[GENERAL]--------------------*/


/*------------------------------------------------*/


/*------------------------------------------------*/


/*-----------------[HEADER-MENU]------------------*/


/*------------------------------------------------*/


/*------------------------------------------------*/


/*------------------[HOMEPAGE]--------------------*/


/*------------------------------------------------*/


/*------------------------------------------------*/


/*------------------[SUBPAGES]--------------------*/


/*------------------------------------------------*/


/*------------------------------------------------*/


/*-------------------[Footer]---------------------*/


/*------------------------------------------------*/


/*------------------------------------------------*/


/*--------------------[RWD]-----------------------*/


/*------------------------------------------------*/


/*------------------------------------------------*/


/*------------------------------------------------*/


/*------------------------------------------------*/


/*--[ADD TUTORIAL CUSTOMIZATION BELOW THIS LINE]--*/


/*------------------------------------------------*/


/*------------------------------------------------*/


/*------------------------------------------------*/


/* ==========Grid========== */

.container {
    max-width: 1440px;
    width: 80%;
    /* padding-right: 15px; */
    /* padding-left: 15px; */
    margin-right: auto;
    margin-left: auto;
}

.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -20px;
    margin-left: -20px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
    padding-right: 0;
    padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 20px;
    padding-left: 20px;
}

.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
}

.col-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}

.col-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
}

.col-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
}

.col-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}

.col-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
}

.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
}

.col-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
}

.col-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
}

.col-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
}

.col-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}

.col-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
}

.col-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.order-first {
    -ms-flex-order: -1;
    order: -1;
}

.order-last {
    -ms-flex-order: 13;
    order: 13;
}

.order-0 {
    -ms-flex-order: 0;
    order: 0;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-2 {
    -ms-flex-order: 2;
    order: 2;
}

.order-3 {
    -ms-flex-order: 3;
    order: 3;
}

.order-4 {
    -ms-flex-order: 4;
    order: 4;
}

.order-5 {
    -ms-flex-order: 5;
    order: 5;
}

.order-6 {
    -ms-flex-order: 6;
    order: 6;
}

.order-7 {
    -ms-flex-order: 7;
    order: 7;
}

.order-8 {
    -ms-flex-order: 8;
    order: 8;
}

.order-9 {
    -ms-flex-order: 9;
    order: 9;
}

.order-10 {
    -ms-flex-order: 10;
    order: 10;
}

.order-11 {
    -ms-flex-order: 11;
    order: 11;
}

.order-12 {
    -ms-flex-order: 12;
    order: 12;
}

.offset-1 {
    margin-left: 8.333333%;
}

.offset-2 {
    margin-left: 16.666667%;
}

.offset-3 {
    margin-left: 25%;
}

.offset-4 {
    margin-left: 33.333333%;
}

.offset-5 {
    margin-left: 41.666667%;
}

.offset-6 {
    margin-left: 50%;
}

.offset-7 {
    margin-left: 58.333333%;
}

.offset-8 {
    margin-left: 66.666667%;
}

.offset-9 {
    margin-left: 75%;
}

.offset-10 {
    margin-left: 83.333333%;
}

.offset-11 {
    margin-left: 91.666667%;
}

@media (min-width: 576px) {
    .col-sm {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-sm-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-sm-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-sm-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-sm-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-sm-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-sm-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-sm-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-sm-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-sm-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-sm-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-sm-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-sm-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-sm-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-sm-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-sm-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-sm-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-sm-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-sm-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-sm-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-sm-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-sm-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-sm-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.333333%;
    }
    .offset-sm-2 {
        margin-left: 16.666667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.333333%;
    }
    .offset-sm-5 {
        margin-left: 41.666667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.333333%;
    }
    .offset-sm-8 {
        margin-left: 66.666667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.333333%;
    }
    .offset-sm-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 768px) {
    .col-md {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-md-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-md-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-md-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-md-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-md-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-md-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-md-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-md-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-md-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-md-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-md-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-md-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-md-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-md-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-md-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-md-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-md-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-md-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-md-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-md-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-md-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-md-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.333333%;
    }
    .offset-md-2 {
        margin-left: 16.666667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.333333%;
    }
    .offset-md-5 {
        margin-left: 41.666667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.333333%;
    }
    .offset-md-8 {
        margin-left: 66.666667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.333333%;
    }
    .offset-md-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 992px) {
    .col-lg {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-lg-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-lg-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-lg-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-lg-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-lg-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-lg-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-lg-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-lg-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-lg-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-lg-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-lg-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-lg-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-lg-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-lg-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-lg-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-lg-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-lg-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-lg-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-lg-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-lg-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-lg-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.333333%;
    }
    .offset-lg-2 {
        margin-left: 16.666667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.333333%;
    }
    .offset-lg-5 {
        margin-left: 41.666667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.333333%;
    }
    .offset-lg-8 {
        margin-left: 66.666667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.333333%;
    }
    .offset-lg-11 {
        margin-left: 91.666667%;
    }
}

@media (min-width: 1200px) {
    .col-xl {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        -ms-flex: 0 0 8.333333%;
        flex: 0 0 8.333333%;
        max-width: 8.333333%;
    }
    .col-xl-2 {
        -ms-flex: 0 0 16.666667%;
        flex: 0 0 16.666667%;
        max-width: 16.666667%;
    }
    .col-xl-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
    .col-xl-5 {
        -ms-flex: 0 0 41.666667%;
        flex: 0 0 41.666667%;
        max-width: 41.666667%;
    }
    .col-xl-6 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        -ms-flex: 0 0 58.333333%;
        flex: 0 0 58.333333%;
        max-width: 58.333333%;
    }
    .col-xl-8 {
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
    }
    .col-xl-9 {
        -ms-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        -ms-flex: 0 0 83.333333%;
        flex: 0 0 83.333333%;
        max-width: 83.333333%;
    }
    .col-xl-11 {
        -ms-flex: 0 0 91.666667%;
        flex: 0 0 91.666667%;
        max-width: 91.666667%;
    }
    .col-xl-12 {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        -ms-flex-order: -1;
        order: -1;
    }
    .order-xl-last {
        -ms-flex-order: 13;
        order: 13;
    }
    .order-xl-0 {
        -ms-flex-order: 0;
        order: 0;
    }
    .order-xl-1 {
        -ms-flex-order: 1;
        order: 1;
    }
    .order-xl-2 {
        -ms-flex-order: 2;
        order: 2;
    }
    .order-xl-3 {
        -ms-flex-order: 3;
        order: 3;
    }
    .order-xl-4 {
        -ms-flex-order: 4;
        order: 4;
    }
    .order-xl-5 {
        -ms-flex-order: 5;
        order: 5;
    }
    .order-xl-6 {
        -ms-flex-order: 6;
        order: 6;
    }
    .order-xl-7 {
        -ms-flex-order: 7;
        order: 7;
    }
    .order-xl-8 {
        -ms-flex-order: 8;
        order: 8;
    }
    .order-xl-9 {
        -ms-flex-order: 9;
        order: 9;
    }
    .order-xl-10 {
        -ms-flex-order: 10;
        order: 10;
    }
    .order-xl-11 {
        -ms-flex-order: 11;
        order: 11;
    }
    .order-xl-12 {
        -ms-flex-order: 12;
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.333333%;
    }
    .offset-xl-2 {
        margin-left: 16.666667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.333333%;
    }
    .offset-xl-5 {
        margin-left: 41.666667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.333333%;
    }
    .offset-xl-8 {
        margin-left: 66.666667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.333333%;
    }
    .offset-xl-11 {
        margin-left: 91.666667%;
    }
}


/* ==========Grid========== */

html,
body.page-template-template-comic {
    overflow-x: visible !important;
}

body {
    background-image: url(https://dirk-040521.s3-accelerate.amazonaws.com/2020/10/bg-texture-design-scaled.jpg);
}

.h1-title {
    font-family: 'Grotesque MT Extra Condensed';
    text-transform: uppercase;
    font-size: 72px;
    font-weight: 400;
    color: #000000;
    line-height: 82px;
    margin-bottom: 15px;
    padding-bottom: 0;
}

.h2-title {
    font-family: 'Grotesque MT Extra Condensed';
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 400;
    color: #000000;
    line-height: 65px;
    margin-bottom: 0;
    padding-bottom: 0;
}

.white-back-row {
    background-image: url(https://dirk-040521.s3-accelerate.amazonaws.com/2020/10/bg-texture-wp.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 30px 40px 40px 40px;
}

.main-comic-sec .small-box-side-wp {
    position: sticky;
    position: -webkit-sticky;
    top: 50px;
    width: 100%;
}

.box-bottom-title {
    padding-left: 30px;
}

.big-box a,
.small-box a {
    display: inline-block;
    width: 100%;
}

.big-box {
    cursor: pointer;
    margin-bottom: 24px;
}

.big-box:last-child {
    margin-bottom: 0;
}

.small-box {
    margin-bottom: 27px;
}

.small-box:last-child {
    margin-bottom: 0;
}

.big-box img,
.small-box img {
    width: 100%;
    box-shadow: 0 0 10px rgb(0 0 0 / 0.3);
    object-fit: cover;
    object-position: center;
}

.main-chapter-sec .big-box img {
    min-height: 1030px;
}

.categories-listing {
    padding-left: 30px;
}

.categories-listing ol {
    list-style-position: inside;
    list-style-type: decimal;
}

.categories-listing li {
    color: #226f93;
    font-style: italic;
    font-family: 'Barlow Condensed', Helvetica, Arial, Lucida, sans-serif;
    font-size: 27px;
    line-height: 30px;
    font-weight: 400;
}

.categories-listing li a {
    color: #c76e47;
    transition: 0.3s;
}

.categories-listing li a:hover {
    color: #000;
}

.categories-listing li::marker {
    color: #000000;
}

.categories-listing li .sub-post-text {
    text-decoration: underline;
}

.post-navigation .nav {
    position: relative;
}

.post-navigation .nav.previous {
    float: left;
}

.post-navigation .nav a {
    font-family: 'Grotesque MT Extra Condensed', Helvetica, Arial, Lucida, sans-serif;
    text-transform: uppercase;
    font-size: 55px;
    color: #000000;
    line-height: 65px;
    display: inline-block;
}

.post-navigation .nav .arrow img {
    width: 21px;
}

.post-navigation .nav.next {
    float: right;
}

.main-chapter-sec .small-box .h2-title {
    font-size: 64px;
    line-height: 74px;
}

.gallery-slide-box .page-text .h2-title {
    text-align: right;
}

.gallery-slide-box {
    padding: 0 92px;
    position: relative;
}

.gallery-slide-top {
    background: #000;
    padding: 16px 40px;
}

.gallery-slide-top .h2-title {
    color: #fff;
}

.gallery-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
    object-position: center;
    /*max-height: 1541px;*/
}

.gallery-image-slider .slick-track {
    display: flex;
}

.gallery-image {
    display: block;
    line-height: normal;
    font-size: 0;
    min-height: 300px;
    position: relative;
}

.gallery-image-slider .slick-arrow {
    display: none !important;
}

.gallery-bottom {
    background-color: #000;
    padding: 19px 35px;
    position: relative;
}

.gallery-bottom .post-navigation .nav a {
    color: #fff;
    font-size: 48px;
    line-height: 58px;
}

.gallery-bottom .post-navigation .nav.previous span.arrow img {
    position: absolute;
    top: 50%;
    left: -130px;
    transform: translate(0, -50%);
    display: block;
    width: 72px;
}

.gallery-bottom .post-navigation .nav.next span.arrow img {
    position: absolute;
    top: 50%;
    right: -130px;
    transform: translate(0, -50%);
    display: block;
    width: 72px;
}

.gallery-bottom .downtown-middle-text .h2-title {
    color: #fff;
    font-size: 48px !important;
    line-height: 58px !important;
}

.gallery-bottom .downtown-middle-text {
    text-align: center;
}

.single-navigation .nav.previous img {
    position: absolute;
    top: -105px;
    left: -71px;
    width: 48px;
}

.single-navigation .nav.next img {
    position: absolute;
    top: -105px;
    right: -71px;
    width: 48px;
}

.gallery-f-l-nav .nav.previous img {
    position: absolute;
    left: 0;
    top: 10px;
    display: block;
    width: 71px;
}

.gallery-f-l-nav .nav.next img {
    position: absolute;
    right: 0;
    top: 10px;
    display: block;
    width: 71px;
}

.gallert-top-single-nav .nav.previous img {
    position: absolute;
    top: 0;
    left: -69px;
    width: 48px;
}

.gallert-top-single-nav .nav.next img {
    position: absolute;
    top: 0;
    right: -69px;
    width: 48px;
}

.other-page-content {
    padding: 25px 130px 0 130px;
}

.other-page-content p {
    font-size: 28px;
    line-height: 38px;
}

@media (max-width: 1720px) {
    .gallery-bottom .post-navigation .nav a {
        font-size: 35px;
        line-height: 45px;
    }
    .gallery-bottom .downtown-middle-text .h2-title {
        font-size: 35px !important;
        line-height: 45px !important;
    }
    .main-chapter-sec .big-box img {
        min-height: 600px;
    }
    .gallery-f-l-nav .nav.previous img,
    .gallery-f-l-nav .nav.next img {
        top: 0;
    }
}


/* @media (max-width: 1100px) {
    .main-comic-sec .big-box-side,
    .main-comic-sec .small-box-side-wp {
        max-height: 576px;
    }
} */

@media (max-width: 980px) {
    .h1-title {
        font-size: 45px;
        line-height: 55px;
    }
    .h2-title,
    .main-chapter-sec .small-box .h2-title {
        font-size: 32px;
        line-height: 42px;
    }
    .gallery-slide-box {
        padding: 0 62px;
    }
    .gallery-slide-top {
        padding: 10px 10px;
    }
    .gallery-f-l-nav .nav.previous img,
    .gallery-f-l-nav .nav.next img {
        width: 50px;
    }
    .gallert-top-single-nav .nav.previous img,
    .gallert-top-single-nav .nav.next img {
        width: 27px;
    }
    .gallert-top-single-nav .nav.previous img {
        left: -39px;
    }
    .gallert-top-single-nav .nav.next img {
        right: -39px;
    }
    .gallery-bottom {
        padding: 10px 10px;
    }
    .gallery-bottom .post-navigation .nav.previous span.arrow img {
        left: -73px;
        width: 50px;
    }
    .gallery-bottom .post-navigation .nav.next span.arrow img {
        right: -73px;
        width: 50px;
    }
    .gallery-bottom .post-navigation .nav a {
        font-size: 32px;
        line-height: 42px;
    }
    .gallery-bottom .downtown-middle-text .h2-title {
        font-size: 32px !important;
        line-height: 42px !important;
    }
    .single-navigation .nav.previous img {
        width: 27px;
        left: -40px;
        top: -75px;
    }
    .single-navigation .nav.next img {
        width: 27px;
        right: -40px;
        top: -75px;
    }
    .other-page-content {
        padding: 25px 60px 0 60px;
    }
    .other-page-content p {
        font-size: 18px;
        line-height: 24px;
    }
    .categories-listing li {
        font-size: 16px;
        line-height: 20px;
    }
    .post-navigation .nav a {
        font-size: 32px;
        line-height: 42px;
    }
    .post-navigation .nav .arrow img {
        width: 12px;
    }
    .main-chapter-sec .big-box img {
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .big-box {
        margin-bottom: 30px;
    }
    .big-box:last-child {
        margin-bottom: 30px;
    }
    .gallery-slide-top .main-title,
    .gallery-slide-box .page-text .h2-title {
        text-align: center;
    }
    .categories-listing {
        margin-bottom: 30px;
    }
    .other-page-content {
        text-align: center;
    }
    .main-chapter-sec .big-box img {
        min-height: auto;
    }
    .categories-listing {
        padding-left: 15px;
    }
}

@media (max-width: 575px) {
    .h1-title {
        font-size: 35px !important;
        line-height: 45px !important;
    }
    .h2-title {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .white-back-row {
        padding: 15px 15px;
    }
    .box-bottom-title {
        padding-left: 15px;
    }
    .gallery-bottom .post-navigation .nav a {
        font-size: 25px;
        line-height: 35px;
    }
    .gallery-bottom .downtown-middle-text .h2-title {
        font-size: 25px !important;
        line-height: 35px !important;
    }
    .post-navigation .nav a {
        font-size: 25px;
        line-height: 35px;
    }
    .post-navigation .nav .arrow img {
        width: 10px;
    }
}

@media (max-width: 470px) {
    .gallery-slide-box {
        padding: 0 35px;
    }
    .gallery-f-l-nav .nav.previous img,
    .gallery-f-l-nav .nav.next img {
        width: 27px;
    }
    .gallert-top-single-nav .nav.previous img,
    .gallert-top-single-nav .nav.next img {
        width: 17px;
    }
    .gallert-top-single-nav .nav.previous img {
        left: -25px;
    }
    .gallert-top-single-nav .nav.next img {
        right: -25px;
    }
    .gallery-bottom .post-navigation .nav.previous span.arrow img {
        left: -45px;
        width: 27px;
    }
    .gallery-bottom .post-navigation .nav.next span.arrow img {
        right: -45px;
        width: 27px;
    }
    .single-navigation .nav.previous img {
        width: 17px;
        top: -45px;
        left: -26px;
    }
    .single-navigation .nav.next img {
        width: 17px;
        top: -45px;
        right: -26px;
    }
}

@media(max-width: 400px) {
    .gallery-image {
        min-height: 150px;
    }
    .h2-title {
        font-size: 15px !important;
        line-height: 25px !important;
    }
    .gallery-bottom .post-navigation .nav a {
        font-size: 15px !important;
        line-height: 25px !important;
    }
    .gallery-bottom .downtown-middle-text .h2-title {
        font-size: 15px !important;
        line-height: 25px !important;
    }
    .white-back-row {
        padding: 15px 5px;
    }
    .post-navigation .nav a {
        font-size: 15px;
        line-height: 25px;
    }
    .post-navigation .nav .arrow img {
        width: 6px;
    }
    .categories-listing li {
        font-size: 12px;
        line-height: 16px;
    }
    .gallery-slide-box {
        padding: 0 30px;
    }
    .gallery-f-l-nav .nav.previous img,
    .gallery-f-l-nav .nav.next img {
        width: 22px;
    }
    .gallert-top-single-nav .nav.previous img,
    .gallert-top-single-nav .nav.next img {
        width: 12px;
    }
    .gallert-top-single-nav .nav.previous img {
        left: -20px;
    }
    .gallert-top-single-nav .nav.next img {
        right: -20px;
    }
    .gallery-bottom .post-navigation .nav.previous span.arrow img {
        left: -40px;
        width: 22px;
    }
    .gallery-bottom .post-navigation .nav.next span.arrow img {
        right: -40px;
        width: 22px;
    }
    .single-navigation .nav.previous img {
        width: 12px;
        top: -30px;
        left: -20px;
    }
    .single-navigation .nav.next img {
        width: 12px;
        top: -30px;
        right: -20px;
    }
}

@media (max-width: 300px) {
    .h2-title {
        font-size: 12px !important;
        line-height: 22px !important;
    }
    .gallery-bottom .post-navigation .nav a {
        font-size: 12px !important;
        line-height: 22px !important;
    }
    .gallery-bottom .downtown-middle-text .h2-title {
        font-size: 12px !important;
        line-height: 22px !important;
    }
}

/* Comic Page Loader CSS Start */

.small-box-side{
    position: relative;
}

.loader-container {
display: flex;
align-items: center;
justify-content: center;
height: 100%;
}

.loader {
border: 16px solid #f3f3f3;
border-radius: 50%;
border-top: 16px solid #3498db;
width: 120px;
height: 120px;
-webkit-animation: spin 2s linear infinite; / Safari /
animation: spin 2s linear infinite;
}

/ Safari /
@-webkit-keyframes spin {
0% { -webkit-transform: rotate(0deg); }
100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}


/* Commic Page Loader CSS End */