/* Minification failed. Returning unminified contents.
(14,40): run-time error CSS1046: Expect comma, found '213'
(14,47): run-time error CSS1046: Expect comma, found '/'
 */
.faq-header.podcast {
    background-image: linear-gradient( rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) ),url('/assets/images/podcasts/background.jpg');
    background-attachment: fixed; /* CRITICAL */
    background-repeat: no-repeat;
    min-height: 100vh;
    padding-top: 10vh !important;
}

.pink-color {
    color: #6dba3d;
}

.btn.btn-pink:hover {
    box-shadow: 2px 1px 7px 3px rgb(65 213 98 / 42%);
    background-color: #8DC236;
}

.btn.btn-pink {
    box-shadow: none;
}

.card {
    background: none;
}

a {
    color: #6dba3d;
    padding: 4px;
}

h5.m-t-0 {
    margin-top: 0;
}

span.podcast-title {
    font-weight: 500;
    margin-bottom: 0px;
}


h5.podcast-category {
    font-weight: 500;
    color: #6dba3d;
}

div.card-listing-podcast h5.podcast-category {
    color: #6dba3d;
}

div.card {
    padding: 0px;
    margin-bottom: 20px;
}

div.card-body.listing-card-podcast {
    padding: 0;
    color: #363636;
}

a.read-more-link {
    font-weight: 500;
    font-size: 1.1em !important;
    padding: 2px 6px;
    border: 1px solid none;
}

    a.read-more-link:hover {
        background-color: #8DC236;
        color: white;
        border-radius: 2px;
        padding: 2px 6px;
    }

p.podcast-abstract {
    font-size: 1.1em;
    font-weight: 500;
    text-align: justify;
}

img.podcast-image {
    width: 100%;
    min-height: 280px;
}

.podcast-text-section {
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 15px;
    padding-bottom: 2px;
}

/* FEAUTURED PODCAST */
div.featured-card-podcast {
    background: rgba(57, 56, 58,0.8);
    background-color: #00000080;
    border-radius: 10px;
}

    div.featured-card-podcast .podcast-text-section {
        color: white;
        padding-top: 0;
    }

    div.featured-card-podcast .featured {
        color: #8DC236;
        font-weight: 600;
        padding: 10px;
        padding-left: 0;
        padding-top: 12px;
    }

div.m-b-10 {
    margin-bottom: 10px;
}

div.m-t-10 {
    margin-top: 10px;
}

div.no-padding-left {
    padding-left: 4px;
}

/* sticky */

.sidebar {
    width: 25%;
    height: 25vh;
}

.sidenav {
    height: 310px; /* Full-height: remove this if you want "auto" height */
    width: 190px; /* Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 120px; /* Stay at the top */
    right: 0;
    background-color: rgba(0, 0, 0,0.6); /* Black */
    overflow-x: hidden; /* Disable horizontal scroll */
    overflow-y: hidden;
    /*background-color: #363636;*/

    padding-top: 6px;
    padding-left: 12px;
    border-radius: 4px;
}

    /* The navigation menu links */
    .sidenav a {
        padding: 6px 8px 0px 0px;
        text-decoration: none;
        font-size: 18px;
        font-weight: 600;
        color: white;
        display: block;
        text-transform: capitalize !important;
    }


        .sidenav a:hover {
            color: #8DC236;
            background-color: #0101010d;
        }

        .sidenav a.selected {
            color: #8DC236;
            background-color: #0101010d;
        }


    .sidenav h5 {
        font-weight: 500;
    }

