
.svg.svg-inline--fa.fa-align-justify.fa-w-14{
    font-size: 30px;
}

.source-of-web>h4 {
    font-family: system-ui;
    padding: 15px;
    color: #b90000;
}


.website-info>p {
    color: black;
    font-weight: bold;
}
.story>p {
    word-break: break-all;
}
.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
}

/* #sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #7386D5;
    color: #fff;
    transition: all 0.3s;
} */
#sidebar {
    min-width: 250px;
    max-width: 250px;
    background: #b90000;
    color: #fff !important;
    transition: all 0.3s;
}

#sidebar.active {
    margin-left: -250px;
}

#sidebar .sidebar-header {
    padding: 20px;
    /* background: #6d7fcc; */
}

#sidebar ul.components {
    padding: 20px 0;
    border-bottom: 1px solid #47748b;
}

#sidebar ul p {
    color: #fff;
    padding: 10px;
}

#sidebar ul li a {
    padding: 10px;
    font-size: 1.1em;
    display: block;
}

#sidebar ul li a:hover {
    color: #7386D5;
    background: #fff;
}

#sidebar ul li.active>a,
a[aria-expanded="true"] {
    color: #fff;
    background: #b90000;
}

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #b90000;
}

ul.CTAs {
    padding: 20px;
}

ul.CTAs a {
    text-align: center;
    font-size: 0.9em !important;
    display: block;
    border-radius: 5px;
    margin-bottom: 5px;
}

a.download {
    background: #fff;
    color: #7386D5;
}

a.article,
a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */

@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
    }
    #sidebar.active {
        margin-left: 0;
    }
    #sidebarCollapse span {
        display: none;
    }
}






        /* var added */
        .bg-light-red {
            background-color: #b90000 !important;
            /* color: white; */
        }

        ul.nav.navbar-nav.ml-auto>li>a {
            color: white;
        }

        ul.nav.navbar-nav.ml-auto>li>a:hover {
            color: black;
            font-weight: 600;
        }

        svg.svg-inline--fa.fa-align-left.fa-w-14 {
            color: white;
        }

        button#sidebarCollapse {
            background: unset;
            border: 1px solid;
        }


        /* end var */

        #content {
            display: block;
        }

        .internal {
            display: block;
        }

        *,
        *::before,
        *::after {
            box-sizing: border-box;
        }

        body {
            /* background: #444;
  color: #fff; */
            font-family: 'Poppins', sans-serif;
            margin: 0;
        }

        p {
            margin: 0 0 13px 0;
        }

        a {
            color: #fff;
        }

        .center {
            text-align: center;
        }

        .container {
            width: 95%;
            max-width: 1220px;
            margin: 0 auto;
        }

        .episode {
            display: block;
            /* grid-template-columns: 1fr 3fr; */
            position: relative;
        }


        .episode__number {
            font-size: 8vw;
            font-weight: 600;
            padding: 10px 0;
            position: sticky;
            top: 0px;
            height: calc(10vw + 20px);
            transition: all 0.2s ease-in;
            display: block;
            text-align: right;

            background: white;
            padding-right: 19px;
        }


        .episode__content {
            border-top: 2px solid #b90000;
            
            /* display: grid; */
            grid-template-columns: 1fr 4fr;
            grid-gap: 10px;
            padding: 15px 0;
        }

        .episode__content .title {
            font-weight: 600
        }

        .episode__content .story {
            line-height: 26px;
        }

        @media (max-width: 600px) {
            .episode__content {
                grid-template-columns: 1fr;
            }
        }

        @media (max-width: 576px) {
            .episode__content .story {
                font-size: 15px;
            }
            .episode__number >img{
                width:40%;
            }
        }

        .episode__content .story {
            line-height: 27px;
            /* height: 650px; */
        }

        .story p {
            margin: 0 0 10px 0;
            font-size: 30px;
            line-height: 50px;
            /* height: 170px; */
        }

        .h3,
        h3 {
            font-size: 45px;
            font-weight: bold;
        }

        span.nodisplay {
            /* background: transparent; */
            border-bottom: 1px solid #d2b4b4;
            color: #8f969f;
            font-weight: 100;
        }

        .story>a {
            color: #b90000;
            /* background: aliceblue; */
            padding: 10px;
            /* border: 1px solid; */
            display: block;
            text-align: right;
        }



        /* navigation bar css */
        /*
    DEMO STYLE
*/

        @import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";

        body {
            font-family: 'Poppins', sans-serif;
            background: #fafafa;
        }

        p {
            font-family: 'Poppins', sans-serif;
            font-size: 1.1em;
            font-weight: 300;
            line-height: 1.7em;
            color: #999;
        }

        a,
        a:hover,
        a:focus {
            color: inherit;
            text-decoration: none;
            transition: all 0.3s;
        }

        .navbar {
            padding: 15px 10px;
            background: #fff;
            border: none;
            border-radius: 0;
            margin-bottom: 40px;
            box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
        }

        .navbar-btn {
            box-shadow: none;
            outline: none !important;
            border: none;
        }

        .line {
            width: 100%;
            height: 1px;
            border-bottom: 1px dashed #ddd;
            margin: 40px 0;
        }


/* var started from here  */
.sidebar-header>h3 {
    border: 2px solid;
    padding: 7px;
    text-align: center;
    font-family: sans-serif;
    font-weight: bolder;
}

.logo>img {
    width: 100% !important;
    padding: 5px;
    padding-top: 21px;
}

.footerlogo>img {
    width: 80% !important;
    padding: 0px;
    padding-top: 0px;
}
button.btn.btn-dark.d-inline-block.d-lg-none.ml-auto {
    background: transparent;
    border: unset;
}
/*
    DEMO STYLE
*/

@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";
body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.navbar {
    padding: 15px 10px;
    background: #fff;
    border: none;
    border-radius: 0;
    margin-bottom: 40px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */
