body {
    font-size: 10pt;
    font-family: 'Open Sans';
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans';
    font-weight: 600;
}

p {
    line-height: 2;
    text-align: justify;
    margin: 10px 0;
}

li {
    line-height: 2;
    text-align: justify;
}

main > .container {
    padding: 0 120px 0 120px;
    max-width: 1920px;
    width: 100%;
    min-height: calc( 100vh - 250px);
    margin-top: 100px;
    background-image: url(../img/pattern_white.png), url(../img/pattern_right_bottom.png), url(../img/pattern_left_top.png), url(../img/pattern_white_r.png);
    background-repeat: no-repeat;
    background-position: left bottom, right bottom, left top, right top;
}

.plain + main > .container {
    background-image: none;
}

header.masthead.homepage {
    margin-bottom: -95px;
    min-height: 600px;
}

button:focus {
    outline: none;
}

.navbar {
    padding: 0;
}

    .navbar .website-logo {
        width: 200px;
    }

.navbar-brand {
    margin: 0;
}

header.masthead {
    margin-top: 80px;
    margin-bottom: 25px;
}

    header.masthead .page-heading, header.masthead .site-heading {
        padding: 30px 15px 15px 40px;
    }

#mainNav .navbar-nav > li.nav-item > a {
    color: #2c662c;
    font-weight: 600;
    padding: 10px 0;
}

/* #mainNav .navbar-nav>li.nav-item>a {
    color: #fff;
    font-weight: 600;
    padding: 10px 0;
} */

header.masthead {
    background-color: #fff;
}

    header.masthead .page-heading, header.masthead .site-heading {
        text-align: left;
        color: #212529;
    }

#mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover {
    color: #2c662c;
}

#mainNav {
    /* background-image: url('../img/bg-left.png'), url('../img/bg-right.png');
    background-repeat: no-repeat;
    background-size: contain; */
    /* background-position: left top, right top; */
    padding: 7px 15px;
    /* background-color: #fff; */
}

    #mainNav.is-fixed {
        padding: 0;
        background-image: none !important;
        top: 0;
    }

    #mainNav.is-visible {
        -webkit-transform: none;
        transform: none;
    }

    #mainNav .navbar-collapse .navbar-nav {
        margin-left: auto !important;
    }

.comingsoon {
    position: absolute;
    top: 40%;
    margin: 0 auto;
    width: 100%;
    text-align: center;
    font-family: 'Tangerine';
    font-size: 80px;
}

.latest-gallery .item h6 {
    position: absolute;
    z-index: 9;
    bottom: 0;
    padding: 10px 15px;
}

.gallery-list h6 {
    position: absolute;
    z-index: 9;
    bottom: 0;
    padding: 10px 15px;
}

/* Footer */

footer {
    background-color: #2B2B2B;
    color: #fff;
    padding: 50px 30px 15px 30px;
    font-size: 10pt;
    background-image: url(/media/mosque_solid.png);
    background-repeat: repeat no-repeat;
    background-size: 600px;
    background-position-y: bottom;
    background-position-x: -75px;
    /* margin-top: 100px; */
}

    footer a {
        color: #fff;
        text-decoration: none;
    }

    footer .links, footer .social-media {
        padding-left: 0;
    }

        footer .links li a {
            opacity: 0.9;
        }

    footer ul.links li {
        display: block;
        list-style: none;
        line-height: 2;
    }

    footer ul.social-media li {
        display: block;
        list-style: none;
        line-height: 2;
    }

        footer ul.social-media li a {
            text-decoration: none;
        }

        footer ul.social-media li span {
            font-size: 11pt;
            opacity: 0.9;
        }

            footer ul.social-media li span:last-child {
                padding-left: 10px;
            }

            footer ul.social-media li span:first-child {
                width: 30px;
                display: inline-block;
                text-align: center;
            }

    footer .widget-container {
        max-width: 1920px;
    }

    footer .footer-subtitle {
        font-size: 10pt;
        margin-bottom: 25px;
    }

    footer .footer-logo {
        display: flex;
        align-items: center;
        height: 100%;
    }

        footer .footer-logo > div {
            font-size: 18pt;
        }

        footer .footer-logo img {
            float: left;
            width: 120px;
            margin-right: 20px;
        }

    footer .copyright {
        font-size: 14px;
        text-align: center;
        margin: 0;
    }

    footer hr {
        border-top: 1px solid rgba(255, 255, 255, 0);
    }

.post-item {
    /* background-color: #f9f9f9; */
    padding: 0 15px;
    margin-bottom: 25px;
}

    .post-item .summary {
        font-size: 10pt;
        min-height: 80px;
        margin-bottom: 0;
        margin-top: 15px;
    }

    .post-item a:hover {
        text-decoration: none;
    }

.post-title {
    font-size: 12pt;
    margin-top: 10px;
}

.post-heading {
    font-size: 28pt;
    font-family: 'Tangerine';
    font-weight: 700;
    color: #065c07;
    position: relative;
    margin-bottom: 30px;
}

    .post-heading::after {
        display: block;
        content: '';
        width: 70px;
        height: 3px;
        bottom: -6px;
        background-color: #EB7070;
        position: absolute;
        left: 0;
    }

.book-images .gallery-item {
    padding: 15px;
}

.nav-item:not(.brand-item) {
    line-height: 40px;
    min-width: 110px;
    text-align: center;
    position: relative;
}

.home-carousel {
    /* min-height: 600px; */
}

    .home-carousel .owl-item img {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }

    .home-carousel .owl-item {
        /* margin-left: -1px; */
    }

.soundcloud-overlay {
    width: 30%;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    z-index: 9;
    height: 100%;
    background-color: rgba(37, 102, 38, 0.9);
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next, .owl-carousel button.owl-dot {
    width: 40px;
    height: 40px;
    font-size: 24pt;
    background-color: #1b5e20;
    font-size: 18pt;
    margin-left: 5px;
    color: #fff;
}

.owl-nav {
    /* position: absolute;
    right: 15px;
    bottom: 15px; */
}

section {
    padding: 50px 0;
    float: left;
    width: 100%;
}

.left-column {
    padding-right: 30px;
}

.right-column {
    width: 25%;
    float: left;
}

.post article {
    padding: 0 0 20px 0;
    float: left;
    width: 100%;
}

.post:not(.latestvideo) article .image {
    width: 350px;
    float: left;
}


.post.audio-item article .image {
    width: 200px;
    float: left;
    height: 200px;
}



.post.audio-item {
    float: left;
    width: 100%;
}

    .post.audio-item article .image {
        width: 150px;
        float: left;
        height: 150px;
    }

    .post.audio-item article .description {
        width: calc( 100% - 150px);
        float: left;
        padding: 0 30px;
    }

    .post.audio-item article .thumbnail img {
        object-fit: cover;
        height: auto;
        width: 100%;
    }

.post article .description {
    width: calc( 100% - 350px);
    float: left;
    padding: 0 30px;
}

.post.latestvideo article {
    padding-bottom: 10px;
}

    .post.latestvideo article:first-child {
        position: relative;
        width: 65%;
        padding-right: 10px;
    }

.post.latestvideo article {
    position: relative;
    width: 35%;
}

    .post.latestvideo article .description .title {
        color: #fff;
    }

    .post.latestvideo article .image {
        width: 50%;
    }

    .post.latestvideo article .image {
        width: 100%;
        position: relative;
    }

    .post.latestvideo article:not(:first-child) .image img {
        height: 155px !important;
    }

    .post.latestvideo article .description {
        width: 100%;
        padding: 15px 30px;
        position: absolute;
        bottom: 0;
        background-color: rgba(1, 1, 1, 0.8);
    }

.owl-carousel button.owl-dot {
    width: 15px;
    height: 15px;
    margin: 0 3px;
    border-radius: 50%;
    font-size: 24pt;
    background-color: #cacaca;
}

.owl-carousel .owl-dots {
    text-align: center;
    margin-top: 15px;
}

.owl-carousel button.owl-dot.active {
    background-color: #767272;
}

.watch-video .description a {
    color: #0085A1;
    word-break: break-word;
}

.post article .description .title {
    font-size: 11pt;
    font-weight: 600;
}

.post article .description .sub-title {
    font-size: 9pt;
    color: #828282;
    margin-top: 5px;
    margin-bottom: 10px;
}

    .post article .description .sub-title .created-by {
        margin-right: 15px;
    }

    .post article .description .sub-title i {
        margin-right: 5px;
    }

.post article .description .summary {
    text-align: justify;
    line-height: 2;
    font-size: 10pt;
}

button.read-more, a.read-more {
    font-weight: 600;
    margin-top: 15px;
    padding: 8px 20px;
    font-size: 8pt;
    color: #fff;
    background-color: #266615;
}

    button.read-more i, a.read-more i {
        margin-left: 5px;
    }

    button.read-more:hover, a.read-more:hover {
        background-color: #124e16;
        -webkit-transition: all 0.5s;
        color: #fff;
        transition: all 0.5s;
    }

.post article .description button i {
    margin-left: 10px;
}

.post.small-post article .image {
    width: 120px;
    float: left;
}

.small-post article .description {
    width: calc( 100% - 120px);
    padding: 0 15px;
}

    .small-post article .description .title {
        font-size: 10pt;
        /* text-align: justify; */
    }

.small-post .kajian-carousel .owl-item {
    height: 320px;
    overflow: hidden;
}

.post.jadwal-kajian article {
    padding: 0 15px;
    min-height: 420px;
}

    .post.jadwal-kajian article .image {
        width: 100%;
        float: left;
        position: relative;
    }

    .post.jadwal-kajian article .description {
        width: 100%;
        padding: 15px 0;
    }

        .post.jadwal-kajian article .description .sub-title > div {
            padding-top: 10px;
        }

.jadwalkajian-detail-post .sub-title {
    font-size: 10pt;
    color: #828282;
    margin-top: 5px;
    margin-bottom: 10px;
}

.days-left {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 99;
    color: #fff;
    background-color: #e33f3f;
    padding: 10px 30px;
    border-radius: 5px 0 0 5px;
    font-size: 15px;
}

.tba {
    position: absolute;
    right: 0;
    top: 30px;
    z-index: 99;
    color: #fff;
    background-color: #e33f3f;
    padding: 10px 30px;
    border-radius: 5px 0 0 5px;
    font-size: 15px;
}

.detail-days-left {
    color: #fff;
    background-color: #e2a027;
    padding: 5px 20px;
    border-radius: 5px;
}

.detail-tba {
    color: #fff;
    background-color: #d60003;
    padding: 5px 20px;
    border-radius: 5px;
}

.kajian-carousel .owl-item {
    height: 437px;
    overflow: hidden;
}

.jadwalkajian-detail-post .sub-title .created-by {
    margin-right: 15px;
}

.jadwalkajian-detail-post table tr td {
    padding: 0 10px;
}

    .jadwalkajian-detail-post table tr td:first-child {
        padding: 5px;
    }

#faq .card {
    border: 0;
    margin-bottom: 5px;
}

#faq .card-header {
    border: 0;
    border-radius: 0 10px 0 0;
    border-bottom: 1px solid #d09127;
    /* background-color: #f9f9f9; */
    background-color: #fff;
    padding: 0 15px;
}

    #faq .card-header button {
        color: #363a86;
        width: 100%;
        text-align: left;
        padding-left: 5px;
        font-weight: 700;
        padding-right: 5px;
        white-space: unset;
    }

        #faq .card-header button:hover {
            text-decoration: none;
        }

    #faq .card-header .fa {
        float: right;
        font-size: 12pt;
        margin-top: 3px;
    }

.gallery-carousel {
    margin-bottom: 20px;
}

    .gallery-carousel .owl-dots {
        text-align: center;
    }

    .gallery-carousel.owl-carousel .owl-nav button.owl-prev, .gallery-carousel.owl-carousel .owl-nav button.owl-next, .gallery-carousel.owl-carousel button.owl-dot {
        width: 10px;
        height: 10px;
        font-size: 24pt;
        border-radius: 50%;
        margin: 5px;
        background-color: #cacaca;
    }

        .gallery-carousel.owl-carousel button.owl-dot.active {
            background-color: #cd8f27;
        }

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 999;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

    #return-to-top i {
        color: #fff;
        margin: 0;
        position: relative;
        left: 16px;
        top: 13px;
        font-size: 19px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }

    #return-to-top:hover {
        background: rgba(0, 0, 0, 0.9);
    }

.advertisement {
    float: left;
    width: 100%;
    background-color: #ccc;
    padding: 30px;
    background-image: url(/KHB.OrchardTheme.Wizzy/img/mosq.png);
    background-position: bottom;
    background-repeat: repeat no-repeat;
}

.advertisement-carousel .owl-nav {
    position: relative;
    float: right;
    margin-top: 30px;
}

.advertisement-item {
    padding: 15px;
}

.advertisement-carousel .owl-item img {
    box-shadow: 5px 5px 7px 2px rgba(1, 1, 1, 0.2);
}

.advertisement-carousel .owl-nav button.owl-prev, .advertisement-carousel .owl-nav button.owl-next, .advertisement-carousel button.owl-dot {
    width: 50px;
    height: 50px;
    font-size: 24pt;
    background-color: #fff;
}

.advertisement-carousel .owl-nav button.owl-next {
    margin-left: 5px;
    background-color: #e29f24;
    color: #fff;
}

.flex-center {
    height: 100%;
    display: flex;
    align-items: center;
}

.copyright a {
    margin-left: 15px;
}

.juicer-feed h1.referral {
    display: none !important;
}

.juicer-feed li.feed-item {
    width: 50% !important;
    float: left;
    padding: 5px !important;
    background: #fff;
}

#mainNav .navbar-nav > li.nav-item > a:focus, #mainNav .navbar-nav > li.nav-item > a:hover, #mainNav .navbar-nav > li.nav-item.active a {
    /* color: #e29f24; */
    /* border-bottom: 4px solid #EB7070; */
    font-weight: 800;
}

    #mainNav .navbar-nav > li.nav-item.active a:after {
        display: block;
        content: '';
        width: 100%;
        height: 3px;
        bottom: 0;
        background-color: #EB7070;
        position: absolute;
        left: 0;
    }

#mainNav.is-fixed .navbar-nav > li.nav-item > a:focus, #mainNav.is-fixed .navbar-nav > li.nav-item > a:hover {
    color: #2c662c;
}

iframe {
    width: 100%;
}

.videoWrapper {
    position: relative;
    padding-bottom: 51.4%;
    padding-top: 25px;
    height: 0;
}

    .videoWrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

.watch-video .title {
    font-size: 12pt;
    font-weight: 500;
    margin-top: 15px;
}

.watch-video .sub-title {
    font-size: 10pt;
    color: #828282;
    margin-top: 5px;
    margin-bottom: 10px;
}

.watch-video .description {
    line-height: 2;
    font-size: 10pt;
    margin-top: 30px;
    margin-bottom: 50px;
    white-space: pre-line;
}

.thumbnail-post {
    width: 100%;
    max-height: 400px;
    object-fit: cover;
}

.detail-post .title {
    font-size: 14pt;
    font-weight: 600;
    margin-top: 8px;
}

.detail-post .description {
    font-size: 11pt;
    margin-top: 30px;
    margin-bottom: 50px;
}

    .detail-post .description h1 {
        font-size: 20pt;
    }

.jssocials-share-link {
    font-size: 9pt;
}

article .thumbnail img {
    object-fit: cover;
    height: calc(350px * 9 / 16);
    width: 100%;
}

.jadwal-kajian .category {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 10pt;
    margin-bottom: 10px;
    color: #fff;
    background-color: #5ca53e;
    padding: 5px 10px;
}

.page-item.active .page-link {
    background-color: #266615;
    border-color: #266615;
}

.page-link {
    color: #6d6d6d;
}

::-webkit-input-placeholder {
    color: #ced4da !important;
}

:focus::-webkit-input-placeholder {
    color: #ced4da !important;
}

/* Firefox < 19 */

:-moz-placeholder {
    color: #ced4da !important;
}

:focus:-moz-placeholder {
    color: #ced4da !important;
}

/* Firefox > 19 */

::-moz-placeholder {
    color: #ced4da !important;
}

:focus::-moz-placeholder {
    color: #ced4da !important;
}

/* Internet Explorer 10 */

:-ms-input-placeholder {
    color: #ced4da !important;
}

:focus:-ms-input-placeholder {
    color: #ced4da !important;
}

.jadwalkajian-detail-post .image {
    position: relative;
    width: auto;
    display: inline-block;
}

.post a:hover {
    text-decoration: none;
}

a:focus, a:hover {
    color: #266615;
}

footer a:hover {
    color: #fff;
}

.coming-soon {
    position: absolute;
    left: 26%;
    top: -2px;
    background-color: #e2a027;
    font-size: 7pt;
    line-height: 1;
    padding: 5px 10px;
    color: #fff;
    border-radius: 3px;
    display: none;
}

.navbar-nav li:nth-child(5) .coming-soon, .navbar-nav li:nth-child(6) .coming-soon {
    display: block;
}

.dropdown-menu {
    min-width: 15rem;
}

.navbar-expand-lg .navbar-nav .nav-link {
    line-height: 1.5rem;
    padding: 0.5rem 2rem;
}

.coming-soon:before {
    content: '';
    position: absolute;
    top: 17px;
    width: 5px;
    left: 45%;
    display: block;
    border-bottom: 5px solid transparent;
    border-top: 5px solid #e2a027;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}

ul.external-link {
    display: inline-block;
    float: right;
    list-style: none;
    margin: 0;
}

.external-link li {
    display: inline-block;
    padding: 0 5px;
    text-transform: uppercase;
    font-size: 9pt;
    opacity: 0.7;
}

footer .copyright {
    display: block;
    font-size: 9pt;
    opacity: 0.8;
}

.adv-caption h3 {
    margin-bottom: 0;
}

.adv-caption h6 {
    color: #e29f24;
    font-size: 13pt;
}

.article-carousel .post-title {
    font-size: 16px;
    min-height: 50px;
}

.article-carousel .post-preview {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.01), 0 3px 6px rgba(0, 0, 0, 0.09);
    margin: 5px;
    overflow: hidden;
}

    .article-carousel .post-preview a:hover {
        color: #000;
        text-decoration: none;
    }

.owl-carousel.article-carousel .owl-item img {
    height: 220px;
    object-fit: cover;
}

.article-carousel .post-preview .post-desc {
    padding: 15px;
}

.article-carousel .owl-nav {
    position: absolute;
    right: 0;
    top: -60px;
}

.article-carousel .owl-prev {
    /* display: none; */
}

.article-carousel.owl-carousel .owl-nav button.owl-next {
    /* background-color: #1b5e20;
    color: #fff;
    border-radius: 50%; */
}

    .article-carousel.owl-carousel .owl-nav button.owl-next span {
        /* position: absolute;
    top: -1px;
    left: 5px;
    right: 0; */
    }

#article {
    background-color: #f6f6f6;
    padding: 80px 50px;
    position: relative;
    /* background-image: url(../img/pattern_article.png); */
    /* background-repeat: no-repeat; */
    /* background-position: top; */
}

    #article .headline {
        position: absolute;
        width: 32%;
        top: 0;
        left: 0;
        height: 100%;
    }

    #article .headline {
        height: 100%;
        color: #fff;
        background-size: cover;
        padding: 40px;
        display: flex;
        align-items: center;
    }

        #article .headline:before {
            display: block;
            content: '';
            background-color: rgba(1, 1, 1, 0.5);
            position: absolute;
            left: 0;
            width: 100%;
            height: 100%;
            top: 0;
        }

        #article .headline > div {
            z-index: 1;
        }

        #article .headline h3 {
            font-size: 36pt;
            width: 100%;
            font-weight: 700;
            font-family: 'Tangerine';
        }

        #article .headline a:focus, #article .headline a.focus {
            outline: none;
            box-shadow: none;
        }

        #article .headline h5 {
            font-size: 14pt;
            text-align: left;
        }

        #article .headline p {
            font-size: 11pt;
        }

    #article .btn {
        cursor: pointer;
        padding: 8px 25px;
        margin-top: 15px;
        margin-bottom: 15px;
        font-weight: 700;
        background-color: #1b5e20;
        font-size: 11px;
        color: #fff;
    }

        #article .btn:hover {
            background-color: #124e16;
        }

.mfp-bottom-bar {
    top: auto;
    margin-top: -40px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    cursor: auto;
    background-color: rgba(1, 1, 1, 0.9);
    padding: 15px;
}

img.mfp-img {
    max-height: 90vh !important;
    padding-bottom: 0;
}

.mfp-title {
    text-align: left;
    line-height: 25px;
    color: #000;
    word-wrap: break-word;
    padding-right: 36px;
    font-size: 11pt;
}

    .mfp-title .days-left {
        color: #fff;
        background-color: #e33f3f;
        padding: 4px 20px;
        margin: 5px 0;
        border-radius: 0;
        display: inline-block;
        font-size: 13px;
        position: relative;
        top: auto;
    }

    .mfp-title a, .mfp-title a:hover {
        /* color: #fff; */
    }

    .mfp-title table td {
        padding: 5px;
        vertical-align: top;
    }

.imghvr-slide-up figcaption {
    transform: translateY(75%);
}

.latest-gallery .item {
    padding: 5px;
}

.navbar-expand-lg .navbar-nav .dropdown-menu .nav-item .nav-link {
    font-size: 10pt;
    text-transform: uppercase;
    color: #000;
}

.carousel-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    font-size: 100px;
    z-index: 99;
    font-weight: 300;
    width: 100%;
    color: #fff;
    /* font-family: 'Fanwood Text', serif; */
}

    .carousel-overlay .title {
        font-size: 72px;
        padding-left: 50px;
        font-family: 'Tangerine';
        font-weight: 700;
    }

    .carousel-overlay .description-container {
        background-color: rgba(1, 1, 1, 0.57);
        width: 100%;
        bottom: 0;
        left: 0;
        position: relative;
        text-indent: 5%;
        padding: 40px 0;
    }

    .carousel-overlay .subtitle {
        font-size: 36px;
        font-weight: 500;
        color: #6fd46b;
    }

    .carousel-overlay .description {
        font-size: 18px;
        font-weight: 400;
    }

[class*=" imghvr-"] figcaption, [class^=imghvr-] figcaption {
    background-color: rgba(38, 102, 21, 0.8);
    padding: 15px;
    position: absolute;
    top: 0;
    align-self: center;
    justify-content: center;
    align-content: center;
    align-items: center;
    bottom: 0;
    left: 0;
    right: 0;
    color: #fff;
}

[class*=" imghvr-"] a, [class^=imghvr-] a {
    position: absolute;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    color: #fff;
    padding: 15px;
    text-align: center;
    border-radius: 50%;
    display: inline-block;
    top: 45%;
    margin: 0 auto;
}

.soundcloud-container {
    float: left;
    width: 100%;
}

.download-container {
    position: absolute;
    right: 15px;
    top: 8px;
}

#soundcloud {
    list-style-type: none;
    padding: 0 10px;
    height: 521px;
    width: 100%;
    margin-bottom: 0;
    overflow: auto;
    border: 1px solid #f1f3f4;
    margin-top: 14px;
    float: left;
    background-color: #fff;
}

    #soundcloud li {
        padding: 8px 15px;
        border-bottom: 1px solid #f3f3f3;
        cursor: pointer;
        position: relative;
        /*background-color: #f1f3f4;*/
        /*margin-bottom: 5px;*/
    }

        #soundcloud li i {
            color: #000;
        }

        #soundcloud li.active {
            font-weight: bold;
            background-color: rgb(241 243 244);
            border-bottom-color: rgba(255, 255, 255, 0.6);
            position: sticky;
            top: 8px;
            bottom: 8px;
            z-index: 1;
            /*border: 2px solid #7d7d7d;*/
        }

audio#audio:focus {
    outline: none;
}

#soundcloud li#more {
    text-align: center;
}

.track-name {
    padding: 5px 20px;
}

.soundcloud-title {
    padding: 15px;
    padding-left: 25px;
    font-size: 26pt;
    font-weight: 700;
    font-family: 'Tangerine';
}

.soundcloud-action {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    font-size: 12pt;
}

.btn-more-list {
    padding: 10px 25px;
    font-size: 10pt;
}

.btn-scrollto {
    background-color: transparent;
    border: 0;
    padding: 10px 15px;
    color: #fff;
    cursor: pointer;
}

.latest-advice .item {
    height: 320px;
    display: flex;
    align-items: center;
    background-color: #ffffff;
    margin: 5px;
    box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.05), 0 3px 6px rgba(0, 0, 0, 0.09);
    border-radius: 3px;
    background-image: url(../img/pattern_white.png);
    background-position: top left;
    background-repeat: no-repeat;
}

    .latest-advice .item p {
        font-size: 13px;
        text-align: justify;
        padding: 25px;
        /* font-family: 'Tangerine'; */
        /* line-height: 34px; */
        color: black;
        font-weight: 600;
    }

li#new {
    display: none;
}

/*
 *  STYLE 4
 */

#soundcloud::-webkit-scrollbar-track {
    background-color: #F5F5F5;
}

#soundcloud::-webkit-scrollbar {
    width: 8px;
    background-color: #F5F5F5;
}

#soundcloud::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border: 1px solid #ccc;
}

/* #soundcloud:hover {
    overflow: overlay;
    padding-right: 15px;
} */

.pattern-white {
    /* background-size: 200px; */
    background-repeat: no-repeat;
    background-position: bottom left, top right;
    background-image: url('../img/pattern_white.png'), url('../img/pattern_white_r.png');
    /* background-position: bottom left;
    background-image: url('../img/pattern_white.png'); */
}

.small-post a {
    display: inline-block;
}

#gallery.pattern-white {
    /* background-size: 200px; */
    background-repeat: no-repeat;
    background-position: top left, bottom right;
    background-image: url('../img/pattern_left_top.png'), url('../img/pattern_right_bottom.png');
    /* background-position: bottom left;
    background-image: url('../img/pattern_white.png'); */
}

.mfp-figure figure {
    width: 1366px;
    margin-top: 25px;
    display: block;
    float: left;
    background-color: #fff;
}

img.mfp-img {
    float: left;
    width: 50%;
    padding: 0;
    /* height: 90vh; */
    display: block;
}

.mfp-figure figure figcaption {
    width: 50%;
    float: left;
    background-color: #fff;
    /* padding: 25px; */
    display: block;
    height: 90vh;
    overflow: auto;
    color: #000;
}

.mfp-bottom-bar {
    position: relative;
    overflow: auto;
    height: auto;
    margin: 0;
    padding: 25px;
    top: 0;
    background-color: transparent;
}

#qa {
    list-style-type: none;
    padding: 15px 0;
}

.card--liveqa {
    background-color: #fff;
    padding: 50px 30px;
    box-shadow: 3px 3px 10px 8px rgba(1, 1, 1, 0.06);
    border: 0;
}

#qa-title {
    text-align: center;
}

#live-available {
    min-height: 500px;
}

#qa li {
    padding: 15px 30px;
    border-bottom: 1px solid #ccc;
}

    #qa li .title {
        font-size: 16px;
        font-weight: bold;
    }

.btn-finish {
    padding: 10px 15px;
    text-transform: none;
    margin-top: 20px;
    font-size: 13px;
}

.qa-title {
    display: inline-block;
    margin: 0 auto;
}

.live--item span {
    padding: 8px;
    display: block;
}

.live--item .item--title {
    font-weight: 700;
}

.card--liveqa .btn-link {
    font-weight: 700;
    color: #427b42;
    display: block;
    width: 100%;
    text-align: left;
}

    .card--liveqa .btn-link:hover {
        color: #427b42;
        text-decoration: none;
    }

ul.pager {
    float: left;
    padding: 0;
    display: block;
    margin-top: 50px;
    margin-bottom: 50px;
}

    ul.pager li {
        display: inline-block;
        margin-right: 15px;
    }

        ul.pager li a {
            font-size: 14px;
            font-weight: 800;
            padding: 15px 25px;
            letter-spacing: 1px;
            text-transform: uppercase;
            border-radius: 0;
            font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
            background-color: #0085A1;
            border-color: #0085A1;
            color: #fff;
        }

.btn-search {
    padding: 9px 25px 8px 25px;
    font-size: 13px;
    border-radius: 0;
}

.detail-post .sub-title .created-by, .detail-post .sub-title .created-date {
    display: inline-block;
    margin-bottom: 5px;
}

.detail-post .sub-title i {
    margin-right: 5px;
}

.detail-post .sub-title {
    font-size: 9pt;
    color: #828282;
    margin-top: 5px;
    margin-bottom: 10px;
}

.detail-post .created-by {
    margin-right: 15px;
}

.audio-playlist img {
    float: left;
    width: 200px;
}

.audio-container {
    width: calc( 100% - 200px );
    float: left;
    padding: 0 25px;
}

#audio {
    width: 100%;
    background-color: #f1f3f4;
    margin-top: 5px;
    display: none;
}

li #audio {
    display: block;
    padding: 3px;
}

.soundcloud-container {
    background-color: #fff;
}

.navbar-nav .dropdown-menu .nav-item {
    text-align: left;
}

@media only screen and (min-width: 1920px) {
    .home-carousel .owl-item img {
        height: 600px;
    }
}

@media only screen and (max-width: 768px) {
    .article-carousel .owl-nav {
        position: absolute;
        right: 3px;
        top: auto;
        bottom: -50px;
    }

    .left-column {
        padding-right: 15px;
    }

    .right-column {
        width: 100%;
    }

    main .container {
        padding: 0 20px;
    }

    .post article .image {
        width: 100%;
        float: left;
    }

    .post article .description {
        width: 100%;
    }

    .home-carousel .owl-item img {
        height: 250px;
    }

    #mainNav.fixed-top {
        position: fixed;
        padding: 0;
        border: 0;
        box-shadow: 0px -1px 10px 0px #ccc;
    }

    .navbar .website-logo {
        width: 130px;
    }

    .owl-carousel button.owl-dot {
        width: 15px;
        height: 15px;
        font-size: 15pt;
    }

    .post.latestvideo article, .post.latestvideo article:first-child {
        width: 100%;
        padding-right: 0;
    }

    .post article .description {
        padding: 15px 0;
    }

    footer {
        padding: 30px 15px 15px 15px;
    }

        footer .footer-logo {
            padding-bottom: 25px;
        }

    #faq.accordion {
        min-height: 500px;
    }

    .post.jadwal-kajian article {
        width: 100%;
    }

    .jadwalkajian-detail-post {
        padding: 15px 0;
    }

    button.read-more, a.read-more {
        float: right;
    }

    .post article .description .title {
        font-size: 10pt;
    }

    .post.jadwal-kajian {
        min-height: 500px;
    }

    .jadwalkajian-detail-post img {
        width: 100%;
    }

    .post article .description .summary {
        display: none;
    }

    .post article .description .sub-title .created-by, .post article .description .sub-title .created-date {
        display: inline-block;
        margin-bottom: 5px;
    }


    .detail-post i {
        margin-right: 5px;
    }

    .coming-soon:before {
        content: '';
        position: absolute;
        top: 5px;
        width: 5px;
        left: -9px;
        display: block;
        border-bottom: 5px solid transparent;
        border-right: 5px solid #e2a027;
        border-top: 5px solid transparent;
        border-left: 5px solid transparent;
    }

    .coming-soon {
        position: absolute;
        right: 8%;
        left: auto;
        top: 17px;
        background-color: #e2a027;
        font-size: 7pt;
        line-height: 1;
        padding: 5px 10px;
        color: #fff;
        border-radius: 3px;
        width: 55px;
    }

    #mainNav .navbar-brand {
        font-weight: 800;
        color: #343a40;
        margin: 0 auto;
        width: 100%;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        width: auto;
    }

    header.masthead.homepage {
        margin-top: 60px;
        min-height: 0;
    }

    #mainNav {
        padding: 7px;
        /* background-image: url(../img/pattern.svg); */
        background-repeat: repeat-x;
        background-size: contain;
        background-size: 100%;
    }

        #mainNav .navbar-toggler {
            border: 0;
            font-size: 12pt;
            padding: 8px;
            z-index: 99;
            margin-left: 15px;
            color: #363a86;
            position: absolute;
            top: 12px;
        }

    .carousel-overlay {
        font-size: 40px;
        width: 100%;
    }

    #soundcloud {
        height: 200px;
        overflow: auto;
    }

    .soundcloud-overlay {
        position: relative;
        width: 100%;
        margin-top: 5px;
        height: auto;
        padding-bottom: 20px;
    }

    .articles {
        margin-top: 250px;
    }

    #article {
        padding: 70px 15px;
    }

        #article .headline {
            width: 100%;
            height: 400px;
            align-items: start;
        }

            #article .headline > div {
                width: 100%;
            }

    .kajian-carousel .owl-item {
        height: 320px;
        overflow: hidden;
    }

    .carousel-overlay .title {
        font-size: 42px;
        padding-left: 25px;
        font-family: 'Tangerine';
        font-weight: 700;
    }

    .carousel-overlay .description-container {
        background-color: rgba(1, 1, 1, 0.57);
        width: 100%;
        bottom: 0;
        left: 0;
        position: relative;
        text-indent: 5%;
        padding: 25px 0;
    }

    .carousel-overlay .subtitle {
        font-size: 22px;
        font-weight: 500;
        color: #6fd46b;
    }

    .carousel-overlay .description {
        font-size: 18px;
        font-weight: 400;
    }

    .mfp-content {
        padding: 25px;
    }

    .mfp-figure figure {
        width: 100%;
        margin: 0 auto;
    }

        img.mfp-img, .mfp-figure figure figcaption {
            width: 100%;
            overflow: unset;
            height: auto;
        }

    .post.audio-item article .image {
        width: 90px;
        float: left;
        height: 90px;
    }

    .post.audio-item article .description {
        width: calc( 100% - 90px);
        float: left;
        padding: 0 20px;
    }

    .audio-playlist img {
        float: left;
        width: 100%;
    }

    .audio-container {
        width: 100%;
        float: left;
        padding: 15px 0;
    }
}

@media (min-width: 992px) {
    .container, .widget-container {
        max-width: 1100px;
    }
}

@media (min-width: 1200px) {
    .container, .widget-container {
        max-width: 1400px;
    }
}
