/*
Theme Name: X News
Theme URI: http://lombokmedia.web.id/
Description: Tema WordPress Mirip BeritaSatu dari LombokMedia
Author: Amrin Zulkarnain
Author URI: http://amrinz.wordpress.com
Version: 1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: white
Text Domain: lombokmedia
*/
:root {
	--border: #f7f7f7;
	--menuborder: #9fa0a2;
	--red: #d01f27;
	--darkred: #c82333;
	--black: #000000;
	--gray: #7c838a;
	--lightgray: #e3e3e3;
	--white: #ffffff;
	--fontutama: Muli, sans-serif;
	--fontextra: Montserrat, sans-serif;
}

.is-hidden {
    top: -51px;
    transition: .5s
}

.is-visible {
    top: 0;
    transition: .5s
}

/*=-====Bootstrapthemes.co btco-hover-menu=====*/
.navbar-light .navbar-nav .nav-link {
    color: rgb(64, 64, 64);
}
.btco-hover-menu a ,  .navbar > li > a {
    text-transform: capitalize;
    padding: 10px 15px;
}
.btco-hover-menu .active a,
.btco-hover-menu .active a:focus,
.btco-hover-menu .active a:hover,
.btco-hover-menu li a:hover,
.btco-hover-menu li a:focus ,
.navbar>.show>a,  .navbar>.show>a:focus,  .navbar>.show>a:hover{
    color: var(--black);
    background: transparent;
    outline: 0;
}

/*submenu style start from here*/
.dropdown-menu {
    padding: 0px 0; 
    margin: 0 0 0; 
    border: 0px solid transition !important;
    border: 0px solid rgba(0,0,0,.15);	
    border-radius: 0px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

/*first level*/
.btco-hover-menu .collapse ul > li:hover > a{background: var(--red);color:var(--white)}
.btco-hover-menu .collapse ul ul > li:hover > a, .navbar .show .dropdown-menu > li > a:focus, .navbar .show .dropdown-menu > li > a:hover{background: var(--red); color:var(--white);}
/*second level*/
.btco-hover-menu .collapse ul ul ul > li:hover > a{background: var(--red);color:var(--white);}

/*third level*/
.btco-hover-menu .collapse ul ul, .btco-hover-menu .collapse ul ul.dropdown-menu{background:#f5f5f5;}
.btco-hover-menu .collapse ul ul ul, .btco-hover-menu .collapse ul ul ul.dropdown-menu{background:#f5f5f5}
.btco-hover-menu .collapse ul ul ul ul, .btco-hover-menu .collapse ul ul ul ul.dropdown-menu{background:#f5f5f5}

/*Drop-down menu work on hover*/
.btco-hover-menu{background: none;margin: 0;padding: 0;min-height:20px}

@media only screen and (max-width: 991px) {
    .btco-hover-menu .show > .dropdown-toggle::after{
        transform: rotate(-90deg);
    }
}
@media only screen and (min-width: 991px) {

    .btco-hover-menu .collapse ul li{position:relative;}
    .btco-hover-menu .collapse ul li:hover> ul{display:block}
    .btco-hover-menu .collapse ul ul{position:absolute;top:100%;left:0;min-width:150px;display:none}
    /*******/
    .btco-hover-menu .collapse ul ul li{position:relative}
    .btco-hover-menu .collapse ul ul li:hover> ul{display:block}
    .btco-hover-menu .collapse ul ul ul{position:absolute;top:0;left:100%;min-width:150px;display:none}
    /*******/
    .btco-hover-menu .collapse ul ul ul li{position:relative}
    .btco-hover-menu .collapse ul ul ul li:hover ul{display:block}
    .btco-hover-menu .collapse ul ul ul ul{position:absolute;top:0;left:-100%;min-width:150px;display:none;z-index:1}

}


#blocker {
    background-color: var(--white);
}

.navbar-slide {
    position: absolute;
    top: 50px;
    right: 100%;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 100%;
    transition: all .3s ease;
    display: block;
    background-color: var(--white);
    z-index: 4
}

.navbar-slide.collapsing {
    height: auto !important;
    margin-right: 50%;
    transition: all .3s ease;
    display: block
}

.navbar-slide.show {
    right: 0
}

p {
    font-family: var(--fontextra);
    font-size: 11pt;
    line-height: 16pt
}

ol {
    font-family: var(--fontextra);
    font-size: 11pt
}

li {
    font-family: var(--fontextra);
    font-size: 11pt
}

input.norm {
    font-family: var(--fontextra);
    font-size: 9pt
}

.btn-danger, button.btn-search {
    font-family: var(--fontextra);
    font-size: 9pt;
    background-color: var(--red);
	color: var(--white);
	border-color: var(--red);
}

.btn-danger:hover, button.btn-search:hover {
    background-color: var(--darkred);
	color: var(--white);
	border-color: var(--darkred);
}

.btn-outline-danger {
	color: var(--red);
	border-color: var(--red);
}
.btn-outline-danger:hover {
	color: var(--white);
	background-color: var(--darkred);
	border-color: var(--darkred);
}

small {
    font-family: var(--fontutama);
    font-size: 8pt;
    line-height: 11pt
}

#headline .carousel-control-next,
#headline .carousel-control-prev {
    width: 8% !important
}

#headline-m .carousel-control-next,
#headline-m .carousel-control-prev {
    top: calc(100vw / 4.5);
    bottom: unset;
    width: 8% !important
}

h1 {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 17pt
}

.h1 {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 17pt
}

h2 {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 15pt
}

.h2 {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 15pt
}

h3 {
    font-family: var(--fontextra);
    font-weight: 600;
    font-size: 13pt;
    line-height: 1.3 !important
}

.h3 {
    font-family: var(--fontextra);
    font-weight: 600;
    font-size: 13pt;
    line-height: 1.3 !important
}

h4 {
    font-family: var(--fontextra);
    font-weight: 600;
    font-size: 11pt
}

.h4 {
    font-family: var(--fontextra);
    font-weight: 600;
    font-size: 11pt
}

h4.navbar {
    font-family: var(--fontextra);
    font-weight: 600;
    font-size: 10pt;
    margin: 0
}

h6 {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 10pt;
    color: var(--red)
}

.h6 {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 10pt;
    color: var(--red)
}

.numb {
    font-family: var(--fontextra);
    font-weight: 400;
    font-size: 62pt;
    line-height: 62pt;
    color: var(--lightgray)
}

hr.h1 {
    border: 0;
    height: 4px;
    background: var(--lightgray);
    margin: 12px 0 20px 0
}

hr.h1-red {
    border: 0;
    height: 2px;
    background: var(--red)
}

hr {
    border: 0;
    height: 1px;
    background: var(--border);
    margin: 12px 0 20px 0
}

hr.fff {
    background: var(--white);
    margin: 20px 0 20px 0
}

.red {
    color: var(--red);
    text-decoration: none
}

.red:hover {
    color: var(--red);
    text-decoration: none
}

a.red:link {
    color: var(--red);
    text-decoration: none
}

a.red:hover {
    color: var(--red);
    text-decoration: none
}

a.red:visited {
    color: var(--red);
    text-decoration: none
}

a.red:active {
    color: var(--red);
    text-decoration: none
}

.black {
    color: var(--black);
    text-decoration: none
}

a.black:link {
    color: var(--black) !important;
    text-decoration: none
}

a.black:visited {
    color: var(--black) !important;
    text-decoration: none
}

a.black:hover {
    color: var(--black) !important;
    text-decoration: none
}

a.black:active {
    color: var(--black) !important;
    text-decoration: none
}

.white {
    color: var(--white);
    text-decoration: none
}

a.white:link {
    color: var(--white) !important;
    text-decoration: none
}

a.white:visited {
    color: var(--white) !important;
    text-decoration: none
}

a.white:hover {
    color: var(--white) !important;
    text-decoration: none
}

a.white:active {
    color: var(--white) !important;
    text-decoration: none
}

.l-red {
    color: red;
    text-decoration: none
}

a.l-red:link {
    color: red;
    text-decoration: none
}

a.l-red:hover {
    color: red;
    text-decoration: none
}

a.l-red:visited {
    color: red;
    text-decoration: none
}

a.l-red:active {
    color: red;
    text-decoration: none
}

body {
    font-family: var(--fontextra);
    font-size: 11pt
}

.story {
    font-family: var(--fontextra);
    font-size: 10pt;
    overflow-wrap: break-word
}

.story a:link {
    color: var(--red);
    text-decoration: none;
    overflow-wrap: break-word
}

.story a:visited {
    color: var(--red);
    text-decoration: none
}

.story a:hover {
    color: var(--red);
    text-decoration: none
}

.story a:active {
    color: var(--red);
    text-decoration: none
}

.story img {
    width: 100%;
    height: auto
}

.story p {
    line-height: 20pt !important
}

.quote-box {
    border-left: none;
    overflow: hidden;
    border-radius: 12px;
    background-color: #efefef;
    width: 100%;
    color: #333;
    padding: 20px 10px;
    text-align: center;
    font-style: italic;
    margin: 20px auto
}

.quotation-mark {
    margin-top: 30px;
    font-weight: 700 !important;
    font-size: 60px !important;
    color: #fc9000;
    float: left;
    line-height: 0
}

.bottom {
    float: right !important;
    line-height: 0;
    padding-right: 15px
}

.quote-text {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 50px
}

.rightgradient {
    background: -moz-linear-gradient(left, rgba(185, 31, 31, 0) 0, #b91f1f 52%, #b91f1f 100%);
    background: -webkit-linear-gradient(left, rgba(185, 31, 31, 0) 0, #b91f1f 52%, #b91f1f 100%);
    background: linear-gradient(to right, rgb(247 247 247 / 0) 0, rgb(247 247 247) 52%, rgb(247 247 247) 100%);
    display: table;
    height: 23px;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 2;
    width: 30px;
    margin-top: 7px
}

.navbar-light .navbar-toggler {
    border-color: transparent
}

.navbar-toggler {
    font-size: medium;
    padding: 0 .15rem
}

.navbar-toggler-icon {
    background-size: 80% 80%
}

.navbar-brand {
    padding-top: 0;
    margin-right: 0
}

.bg-light {
    background-color: var(--white) !important
}

.bg-light-2 {
    background-color: var(--border);
    border: 0;
    margin-bottom: 15px
}

.bg-light-3 {
    background-color: var(--lightgray)
}

.bg-black {
    background-color: var(--black);
    color: var(--white)
}

.card {
    border-radius: .8rem
}

.card-2 {
    background-color: var(--lightgray);
    border-radius: .5rem
}

.card-3 {
    border: 1px solid rgba(0, 0, 0);
    border-radius: .5rem;
    margin-bottom: 15px
}

.card-login {
    border: 1px solid var(--lightgray);
    border-radius: 1rem;
    margin-bottom: 15px;
    max-width: 500px
}

.card-img,
.card-img-top {
    border-top-left-radius: calc(.8rem - 1px);
    border-top-right-radius: calc(.8rem - 1px)
}

.card-img,
.card-img-top-2 {
    border-radius: .5rem
}

.card-body {
    padding: .7rem
}

.cat-bar-top {
    background-color: var(--border)
}

.cat-bar-top:before {
    content: '';
    position: absolute;
    right: 0;
    height: 31.13px;
    width: 5%;
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, .3), rgba(255, 255, 255, 0))
}

.cat-bar {
    background-color: var(--border);
    border-top: 1px solid #ddd
}

.cat-bar:before {
    content: '';
    position: absolute;
    right: 0;
    height: 30.78px;
    width: 5%;
    background-image: linear-gradient(-90deg, rgba(0, 0, 0, .3), rgba(255, 255, 255, 0))
}

.cat-table {
    margin: 0
}

.cat-text {
    font-family: var(--fontextra);
    font-size: 9pt
}

.cat-text.active {
    font-weight: 700
}

.cat-table td {
    padding: .4rem 1rem
}

.cat-text-desktop {
    font-family: var(--fontextra);
    font-size: 9pt;
    font-weight: 700;
    color: var(--black)
}

.cat-text-desktop:hover {
    color: var(--red)
}

.cat-table-desktop td {
    padding: .4rem .9rem .4rem 1rem
}

.navbar-desktop {
    padding: 0
}

.col-breaking {
    background-color: var(--red);
    width: 100%
}

.img-promo {
    border-radius: .5rem;
    margin-bottom: 6px
}

.col-promo {
    padding: 0 7px
}

.row-promo {
    padding: 0 12px 0 12px
}

.tag {
    font-weight: 600;
    font-size: 13pt;
    line-height: 26pt
}

.tag span {
    white-space: nowrap
}

.hr-tag {
    margin: 3px 0 8px 0
}

.img-thumb {
    background-size: auto 100%;
    background-position: center;
    width: 108px;
    height: 108px;
    border-radius: .8rem
}

.img-thumb-1 {
    background-size: auto 100%;
    background-position: center;
    width: 120px;
    height: 120px;
    border-radius: .8rem
}

.img-thumb-2 {
    background-size: 100% auto;
    background-position: center;
    width: 240px;
    height: 150px;
    border-radius: .8rem;
    margin-bottom: 10px
}

.img-thumb-3 {
    background-size: auto 100%;
    background-position: top center;
    width: 105px;
    height: 105px;
    border-radius: 50%;
    margin-bottom: 10px
}

.img-thumb-4 {
    background-size: auto 100%;
    background-position: top center;
    width: 100%;
    height: 220px;
    border-radius: .8rem;
    margin-bottom: 10px
}

.img-thumb-5 {
    background-size: auto 100%;
    background-position: top center;
    width: 100%;
    height: 150px;
    border-radius: .8rem;
    margin-bottom: 10px
}

.img-thumb-5a {
    background-size: 100% auto;
    background-position: top center;
    width: 100%;
    height: 150px;
    border-radius: .8rem;
    margin-bottom: 10px
}

.img-thumb-6 {
    background-size: 100% auto;
    background-position: center top;
    width: 100%;
    height: 281px;
    border-radius: .8rem;
    margin-bottom: 10px
}

.img-thumb-7 {
    background-size: auto 100%;
    background-position: top center;
    width: 200px;
    height: 200px;
    border-radius: .8rem;
    margin-bottom: 10px
}

.img-thumb-trend {
    background-size: 100% auto;
    background-position: center top;
    width: 250px;
    height: 445px;
    border-radius: .5rem
}

.img-thumb-foto {
    background-size: 100% auto;
    background-position: center;
    width: 320px;
    height: 220px;
    border-radius: .5rem
}

.img-thumb-5 {
    opacity: 1;
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.img-thumb-5:hover {
    opacity: .5
}

.td-promo {
    padding: 0 12px 0 12px;
    width: 293px;
    vertical-align: top
}

.cat-table .td-populer {
    padding: 0
}

.btn-text {
    font-family: var(--fontextra);
    font-size: 10pt;
    padding: 10px;
    border-radius: .5rem
}

.btn-more {
    font-family: var(--fontextra);
    font-size: 11pt;
    padding: 15px
}

.table-vid .td-video {
    padding: 0
}

.highlight {
    background-color: var(--white)7ec;
    padding: 20px 0
}

.video {
    border-bottom: solid 2px #1e73ba
}

.bot-bar {
    background-color: var(--lightgray);
    margin: 0
}

.breaking-div {
    font-family: var(--fontextra);
    font-size: 9pt;
    padding: 0 5px 0 13px;
    margin: 0
}

.breaking-mid {
    padding-top: 3px
}

.mrq {
    color: var(--white);
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 2px 0 0 0;
    margin: 0
}

.mrq p {
    display: inline-block;
    padding-left: 100%;
    animation: mrq 40s linear infinite;
    margin: 0
}

.mrq p:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

@keyframes mrq {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(-100%, 0)
    }
}

.mrq-saham {
    color: var(--white);
    white-space: nowrap;
    overflow: hidden;
    box-sizing: border-box;
    padding: 5px 0 5px 0;
    margin: 0
}

.mrq-saham p {
    display: inline-block;
    padding-left: 100%;
    animation: mrq 100s linear infinite;
    margin: 0;
    font-size: 10pt !important
}

.mrq-saham p:hover {
    -webkit-animation-play-state: paused;
    -moz-animation-play-state: paused;
    -o-animation-play-state: paused;
    animation-play-state: paused
}

@keyframes mrq {
    0% {
        transform: translate(0, 0)
    }
    100% {
        transform: translate(-100%, 0)
    }
}

#promo {
    border: 1px solid var(--red);
    border-radius: .7rem;
    padding: 10px 0
}

#promo .carousel-indicators {
    margin-bottom: 0;
    left: unset;
    margin-right: unset;
    margin-left: unset;
    z-index: 3 !important
}

#promo .carousel-indicators li {
    background-color: #ccc;
    border: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    margin: 0 0 2px 12px
}

#promo .col-carousel {
    padding: 0 3px
}

.facebook-button {
    background-color: #39559f;
    padding: 0 14px;
    margin: 0 3px
}

.twitter-button {
    background-color: #28a9e0;
    padding: 0 8px;
    margin: 0 3px
}

.whatsapp-button {
    background-color: #4dc247;
    padding: 0 10px;
    margin: 0 3px
}

.line-button {
    background-color: #01b901;
    padding: 0 10px;
    margin: 0 3px
}

.email-button {
    background-color: var(--red);
    padding: 0 10px;
    margin: 0 3px
}

.icon-white {
    color: var(--white);
    font-size: 24pt
}

.icon-livestream {
    color: var(--white);
    font-size: 18pt
}

.circle-black-40 {
    border: 2px solid var(--black);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 5px 15px 5px;
    font-size: 21pt;
    padding: 4px 0 0 0
}

.circle-black-30 {
    border: 2px solid var(--black);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 3px 15px 3px;
    font-size: 17pt;
    padding: 4px 0 0 0
}

.circle-black-20 {
    border: 1px solid var(--black);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: transparent;
    font-size: 14pt;
    padding: 4px 0 0 0;
    margin: 0 2px
}

.circle-red {
    border: 1px solid var(--red);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: var(--white);
    font-size: 10pt;
    padding: 0;
    margin: 0 2px
}

.circle-profile {
    border: 1px solid var(--red);
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-size: 100%;
    font-size: 10pt;
    padding: 0
}

.bc {
    font-size: 8pt;
    margin-bottom: 10px;
    font-family: Muli
}

a.text-muted:link {
    color: #6c757d !important;
    text-decoration: none
}

a.text-muted:hover {
    color: #6c757d !important;
    text-decoration: none
}

a.text-muted:visited {
    color: #6c757d !important;
    text-decoration: none
}

a.text-muted:active {
    color: #6c757d !important;
    text-decoration: none
}

.network {
    padding: 7px
}

.network p {
    font-size: 9pt
}

.caption {
    background-color: #eee;
    padding: .7rem;
    line-height: 1 !important
}

.caption-dtp {
    border: 1px solid #ccc;
    padding: .7rem;
    line-height: 1.5 !important;
    background-color: #eee
}

.line-unset {
    line-height: unset !important
}

p .input-group-text {
    font-size: 10pt !important
}

.fade-in {
    visibility: visible;
    opacity: 1;
    transition: opacity 1s linear
}

.fade-out {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 1s, opacity 1s linear
}

.summary {
    font-family: var(--fontutama);
    font-size: 9pt;
    line-height: unset !important
}

.editor {
    font-family: var(--fontutama);
    font-size: 9pt;
    line-height: unset
}

.nav-grey-top {
    background-color: var(--lightgray);
    width: 100%
}

.nav-link {
    display: block;
    padding: .5rem .91rem !important
}

.headline-box img {
	border-radius: 5px 5px 0 0;
}

.headline-grad {
	background-image: linear-gradient(to bottom,rgba(0,0,0,0),var(--black));
}

.img-radius {
    border-radius: .8rem;
    width: 100%
}

.bot-nav {
    font-family: var(--fontextra);
    font-weight: 600;
    font-size: 12pt
}

.tag-title {
    font-family: var(--fontextra);
    font-size: 1rem;
}

.stickbanner {
    position: fixed;
    top: 0;
    width: 330px;
    height: 282px
}

#bsnav {
    background-color: var(--white);
    z-index: 5;
}
#bsnav.fixed-top {
    box-shadow: 0 5px 5px 0 #ddd
}

.nav-item {
    background-color: var(--white)
}

.top-head {
    background-size: 100% auto !important;
    background-repeat: no-repeat !important;
    height: 375px
}

.top-logo {
    width: 175px;
    height: 175px;
    border: 4px solid var(--white);
    border-radius: .8rem;
    margin-left: 50px
}

.top-head-text {
    padding-top: 100px
}

.carousel-control-mobile {
    top: 90px !important;
    display: inherit;
    width: 7%
}

.carousel-control-desktop {
    top: 210px !important;
    display: inherit;
    width: 5%
}

.banner {
    background-color: #f5f5f5
}

.corona {
    background-color: #f5f5f5
}

.dtp-main {
    width: 660px !important;
    min-width: 660px !important
}

.badge {
    font-size: 100%
}

.sub-nav {
    border-top: 1px solid #ccc;
    font-family: var(--fontextra);
    font-size: 9pt;
    padding: 5px 0
}

.sub-nav a {
    padding: 0 15px
}

a.black-sub {
    color: var(--black);
    text-decoration: none
}

a.black-sub:link {
    color: var(--black)
}

a.black-sub:visited {
    color: var(--black)
}

a.black-sub:hover {
    color: var(--red)
}

a.black-sub:active {
    color: var(--black)
}

a.red-sub {
    color: var(--red);
    text-decoration: none
}

a.red-sub:link {
    color: var(--red)
}

a.red-sub:visited {
    color: var(--red)
}

a.red-sub:hover {
    color: var(--black)
}

a.red-sub:active {
    color: var(--red)
}

.jwplayer.jw-skin-seven.jw-state-idle .jw-display-controls .jw-display-icon-container {
    opacity: 0
}

.btn-active {
    background-color: var(--red);
    color: var(--white)
}

.btn-active:link {
    background-color: var(--red);
    color: var(--white)
}

.btn-active:visited {
    background-color: var(--red);
    color: var(--white)
}

.btn-active:hover {
    background-color: var(--darkred);
    color: var(--white)
}

.btn-active:active {
    background-color: var(--red);
    color: var(--white)
}

.widget-box {
    border: 1px solid #eee
}

.share-box {
    background-color: #eee;
    margin: 0 1rem 3rem 1rem;
    border-radius: .7rem
}

input.login {
    background-color: #f4f4f4;
    border-radius: 2rem;
    border: none;
    padding: 15px 30px;
    width: 95%
}

.btn-login {
    background-color: var(--red);
    color: var(--white);
    padding: 10px 60px;
    border-radius: 2rem
}

.btn-login:hover {
    background-color: var(--darkred);
    color: var(--white)
}

.btn-sso {
    background-color: var(--white);
    border-radius: 1rem;
    border: 1px solid var(--lightgray)
}

.green {
    color: #90ee90
}

.red-x {
    color: orange
}

h6.corona-title {
    color: var(--black);
    border-left: 5px solid #ac0b13;
    padding-left: 8px
}

.corona-negara {
    background-color: var(--black);
    border-radius: .5rem;
    width: 300px
}

.corona-wilayah {
    background-color: var(--white);
    border-radius: .5rem;
    width: 300px
}

.corona-info {
    font-family: var(--fontutama);
    font-size: 6pt;
    line-height: 6pt
}

.corona-positif {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 10pt;
    line-height: 16pt;
    color: #daa520
}

.corona-treated {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 10pt;
    line-height: 16pt;
    color: grey
}

.corona-died {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 10pt;
    line-height: 16pt;
    color: red
}

.corona-cured {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 10pt;
    line-height: 16pt;
    color: green
}

.corona-info-dtp {
    font-family: var(--fontutama);
    font-size: 8pt;
    line-height: 8pt
}

.corona-positif-dtp {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 16pt;
    line-height: 20pt;
    color: #daa520
}

.corona-died-dtp {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 16pt;
    line-height: 20pt;
    color: red
}

.corona-cured-dtp {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 16pt;
    line-height: 20pt;
    color: green
}

.corona-positif-int {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 10.5pt;
    line-height: 16pt;
    color: #daa520
}

.corona-treated-int {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 10.5pt;
    line-height: 16pt;
    color: grey
}

.corona-died-int {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 10.5pt;
    line-height: 16pt;
    color: red
}

.corona-cured-int {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 10.5pt;
    line-height: 16pt;
    color: green
}

.corona-positif-int-dtp {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 13pt;
    line-height: 16pt;
    color: #daa520
}

.corona-died-int-dtp {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 13pt;
    line-height: 16pt;
    color: red
}

.corona-cured-int-dtp {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 13pt;
    line-height: 16pt;
    color: green
}

.corona-positif-box {
    background-color: #daa520;
    color: var(--white);
    border-radius: .6rem;
    font-weight: 700;
    font-size: 12pt;
    line-height: 12pt
}

.corona-treated-box {
    background-color: grey;
    color: var(--white);
    border-radius: .6rem;
    font-weight: 700;
    font-size: 12pt;
    line-height: 12pt
}

.corona-cured-box {
    background-color: green;
    color: var(--white);
    border-radius: .6rem;
    font-weight: 700;
    font-size: 12pt;
    line-height: 12pt
}

.corona-died-box {
    background-color: red;
    color: var(--white);
    border-radius: .6rem;
    font-weight: 700;
    font-size: 12pt;
    line-height: 12pt
}

.corona-positif-box-m {
    background-color: #daa520;
    color: var(--white);
    border-radius: .4rem;
    font-weight: 700;
    font-size: 9.5pt;
    line-height: 9.5pt
}

.corona-treated-box-m {
    background-color: grey;
    color: var(--white);
    border-radius: .4rem;
    font-weight: 700;
    font-size: 9.5pt;
    line-height: 9.5pt
}

.corona-cured-box-m {
    background-color: green;
    color: var(--white);
    border-radius: .4rem;
    font-weight: 700;
    font-size: 9.5pt;
    line-height: 9.5pt
}

.corona-died-box-m {
    background-color: red;
    color: var(--white);
    border-radius: .4rem;
    font-weight: 700;
    font-size: 9.5pt;
    line-height: 9.5pt
}

.corona-positif-m {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 8pt;
    line-height: 14pt;
    color: #daa520
}

.corona-treated-m {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 8pt;
    line-height: 14pt;
    color: grey
}

.corona-died-m {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 8pt;
    line-height: 14pt;
    color: red
}

.corona-cured-m {
    font-family: var(--fontextra);
    font-weight: 700;
    font-size: 8pt;
    line-height: 14pt;
    color: green
}

#btnTop {
    display: none;
    position: fixed;
    bottom: 75px;
    right: 10px;
    z-index: 99;
    background-color: rgba(208, 31, 39, .7);
    border: 0
}

.truncate {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical
}

#sticky-subnav {
    position: -webkit-sticky;
    position: sticky;
    top: 102px
}

#sticky-listtag {
    position: -webkit-sticky;
    position: sticky;
    top: 73px
}

.swiper-slide {
    width: 300px !important
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
    color: var(--black) !important;
    background-color: var(--white);
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.nav-pills .nav-link {
    border-radius: unset
}

.nav-pills .nav-link {
    background-color: var(--white);
    color: #ccc;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc
}

.table-langganan td,
th {
    font-size: 8pt
}

.grey-radius {
    background-color: #eee;
    border-radius: .7rem;
    padding: 20px
}

.badge-red {
    color: var(--white);
    background-color: var(--red)
}

.badge-red:link {
    background-color: var(--red);
    color: var(--white)
}

.badge-red:visited {
    background-color: var(--red);
    color: var(--white)
}

.badge-red:hover {
    background-color: var(--darkred);
    color: var(--white)
}

.badge-red:active {
    background-color: var(--red);
    color: var(--white)
}

.fokus {
    background-color: #389602;
    border-top-right-radius: .5rem;
    border-top-left-radius: .5rem;
    padding: 8px 10px 10px 7px
}

.fokus-img {
    height: 210px;
    background-size: 100% auto
}

.pop {
    width: 160px;
    height: 600px;
    background-color: #d3d3d3;
    color: var(--white);
    border-radius: 50%;
    text-align: right;
    font-weight: 700;
    padding-top: 4px
}

.pop:hover {
    text-decoration: none
}

.sky-left {
    position: fixed;
    top: 50px;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%);
    z-index: 10;
    margin: 0 0 0 -590px;
    display: none
}

.sky-right {
    position: fixed;
    top: 50px;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%);
    z-index: 10;
    margin: 0 0 0 590px;
    display: none
}

#floatAds {
    position: fixed;
    bottom: 0;
    left: 50%;
    margin: 0 auto;
    transform: translate(-50%);
    z-index: 10;
    display: none
}

#floatAdsX {
    background-color: var(--black);
    color: var(--white);
    font-size: 8pt;
    width: 48px;
    padding: 2px 5px;
    margin: 0 0 0 auto;
    cursor: pointer
}

#fotoupdate .carousel-caption {
    padding: 10px 10px 0 10px;
    width: 100%;
    right: 0;
    height: 60px;
    left: 0;
    text-align: left;
    bottom: unset;
    top: 155px
}

#fotoupdate .carousel-control-next,
#fotoupdate .carousel-control-prev {
    top: 90px;
    bottom: unset;
    width: 10%
}

#fotoupdate-m .carousel-control-next,
#fotoupdate-m .carousel-control-prev {
    top: calc(100vw / 3.4);
    bottom: unset;
    width: 10%
}

@media only screen and (max-width:374px) {
    .img-thumb,
    .img-thumb-3 {
        width: 90px;
        height: 90px
    }
    .tag {
        font-size: 12pt;
        line-height: 24pt
    }
    h3 {
        font-size: 12pt;
        line-height: 1.3 !important
    }
    h4 {
        font-size: 10pt;
        line-height: 1.3 !important
    }
    .corona-cured-box-m,
    .corona-died-box-m,
    .corona-positif-box-m,
    .corona-treated-box-m {
        font-size: 8pt
    }
    .corona-cured,
    .corona-died,
    .corona-positif,
    .corona-treated {
        font-size: 11pt
    }
}

@media only screen and (max-width:479px) {
    #fotoupdate .carousel-caption {
        top: calc((100vw/1.56) - 60px)
    }
    p {
        font-size: 13pt;
        line-height: 19pt;
        margin-bottom: 1.6rem
    }
    .story table {
        width: 100% !important;
        height: auto
    }
    .story span {
        font-size: 10pt;
        line-height: 14pt
    }
}

@media only screen and (min-width:991px) {
    .btco-hover-menu .collapse ul ul ul {
        left: -100%
    }
}

.arrow::after,
.bs-popover-bottom .arrow::after {
    border-bottom-color: var(--red) !important
}

.bs-popover-bottom .popover-header::before,
.popover-header::before {
    border-bottom: none;
    border-bottom-color: transparent
}

.popover-body {
    border-top: 7px solid var(--red);
    width: 100px;
    padding: 5px
}

a.xpop {
    color: var(--black)
}

a.xpop:hover {
    background-color: #f5f5f5
}

#leaderboard {
    padding: 0 auto
}

#leaderboard img {
    width: 100%;
    height: auto
}

.ads img {
    width: 100%;
    height: auto
}

h4.navbar-mobile {
    padding: .7rem .8rem
}

.nowrap {
    white-space: nowrap
}

.pilkada-next-icon,
.pilkada-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: no-repeat 50%/100% 100%
}

.pilkada-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e")
}

.pilkada-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e")
}

.small,
small {
    font-size: 75%;
    font-weight: 400
}

#nav-tab .nav-link {
    color: #888;
    padding: .2rem .97rem
}

#nav-tab .nav-link:hover {
    border: solid 1px var(--white);
    border-bottom: solid 4px #fb636a
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: var(--red) !important;
    background-color: var(--white);
    border-color: var(--white);
    border-bottom: solid 4px var(--red);
    font-weight: 700
}

.step {
    display: flex;
    flex-wrap: nowrap;
    width: 100%
}

.step .step-item {
    flex: 1 1 0;
    position: relative;
    text-align: center
}

.step .step-item:not(:first-child)::before {
    background-color: #69707a;
    content: "";
    height: .125rem;
    left: -50%;
    position: absolute;
    top: .4375rem;
    width: 100%;
    z-index: 0
}

.step .step-item .step-item-link {
    color: #69707a;
    position: relative;
    display: inline-block;
    padding-top: 1.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    text-decoration: none;
    z-index: 1
}

.step .step-item .step-item-link::before {
    background-color: #69707a;
    border: .125rem solid var(--white);
    border-radius: 100%;
    content: "";
    display: block;
    height: 1rem;
    width: 1rem;
    left: 50%;
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    z-index: 1
}

.step .step-item .step-item-link.disabled {
    pointer-events: none;
    cursor: default
}

.step .step-item.active a::before {
    background: var(--white);
    border: .125rem solid #69707a
}

.step .step-item.active~.step-item .step-item-link {
    color: #d4dae3
}

.step .step-item.active~.step-item .step-item-link::before {
    background: #d4dae3
}

.step .step-item.active~.step-item::before {
    background: #d4dae3
}

.step-lg .step-item:not(:first-child)::before {
    height: .25rem;
    top: .625rem
}

.step-lg .step-item .step-item-link {
    padding-top: 2rem
}

.step-lg .step-item .step-item-link::before {
    border-width: .25rem;
    height: 1.5rem;
    width: 1.5rem
}

.step-lg .step-item.active a::before {
    border-width: .25rem
}

.step-primary .step-item:not(:first-child)::before {
    background-color: #0061f2
}

.step-primary .step-item .step-item-link {
    color: #0061f2
}

.step-primary .step-item .step-item-link::before {
    background-color: #0061f2
}

.step-primary .step-item.active a::before {
    border-color: #0061f2
}

.step-secondary .step-item:not(:first-child)::before {
    background-color: #6900c7
}

.step-secondary .step-item .step-item-link {
    color: #6900c7
}

.step-secondary .step-item .step-item-link::before {
    background-color: #6900c7
}

.step-secondary .step-item.active a::before {
    border-color: #6900c7
}

.step-success .step-item:not(:first-child)::before {
    background-color: #00ac69
}

.step-success .step-item .step-item-link {
    color: #00ac69
}

.step-success .step-item .step-item-link::before {
    background-color: #00ac69
}

.step-success .step-item.active a::before {
    border-color: #00ac69
}

.step-info .step-item:not(:first-child)::before {
    background-color: #00cfd5
}

.step-info .step-item .step-item-link {
    color: #00cfd5
}

.step-info .step-item .step-item-link::before {
    background-color: #00cfd5
}

.step-info .step-item.active a::before {
    border-color: #00cfd5
}

.step-warning .step-item:not(:first-child)::before {
    background-color: #f4a100
}

.step-warning .step-item .step-item-link {
    color: #f4a100
}

.step-warning .step-item .step-item-link::before {
    background-color: #f4a100
}

.step-warning .step-item.active a::before {
    border-color: #f4a100
}

.step-danger .step-item:not(:first-child)::before {
    background-color: #e81500
}

.step-danger .step-item .step-item-link {
    color: #e81500
}

.step-danger .step-item .step-item-link::before {
    background-color: #e81500
}

.step-danger .step-item.active a::before {
    border-color: #e81500
}

.step-light .step-item:not(:first-child)::before {
    background-color: #f2f6fc
}

.step-light .step-item .step-item-link {
    color: #f2f6fc
}

.step-light .step-item .step-item-link::before {
    background-color: #f2f6fc
}

.step-light .step-item.active a::before {
    border-color: #f2f6fc
}

.step-dark .step-item:not(:first-child)::before {
    background-color: #212832
}

.step-dark .step-item .step-item-link {
    color: #212832
}

.step-dark .step-item .step-item-link::before {
    background-color: #212832
}

.step-dark .step-item.active a::before {
    border-color: #212832
}

.step-black .step-item:not(:first-child)::before {
    background-color: var(--black)
}

.step-black .step-item .step-item-link {
    color: var(--black)
}

.step-black .step-item .step-item-link::before {
    background-color: var(--black)
}

.step-black .step-item.active a::before {
    border-color: var(--black)
}

.step-white .step-item:not(:first-child)::before {
    background-color: var(--white)
}

.step-white .step-item .step-item-link {
    color: var(--white)
}

.step-white .step-item .step-item-link::before {
    background-color: var(--white)
}

.step-white .step-item.active a::before {
    border-color: var(--white)
}

.step-red .step-item:not(:first-child)::before {
    background-color: #e81500
}

.step-red .step-item .step-item-link {
    color: #e81500
}

.step-red .step-item .step-item-link::before {
    background-color: #e81500
}

.step-red .step-item.active a::before {
    border-color: #e81500
}

.step-orange .step-item:not(:first-child)::before {
    background-color: #f76400
}

.step-orange .step-item .step-item-link {
    color: #f76400
}

.step-orange .step-item .step-item-link::before {
    background-color: #f76400
}

.step-orange .step-item.active a::before {
    border-color: #f76400
}

.step-yellow .step-item:not(:first-child)::before {
    background-color: #f4a100
}

.step-yellow .step-item .step-item-link {
    color: #f4a100
}

.step-yellow .step-item .step-item-link::before {
    background-color: #f4a100
}

.step-yellow .step-item.active a::before {
    border-color: #f4a100
}

.step-green .step-item:not(:first-child)::before {
    background-color: #00ac69
}

.step-green .step-item .step-item-link {
    color: #00ac69
}

.step-green .step-item .step-item-link::before {
    background-color: #00ac69
}

.step-green .step-item.active a::before {
    border-color: #00ac69
}

.step-teal .step-item:not(:first-child)::before {
    background-color: #00ba94
}

.step-teal .step-item .step-item-link {
    color: #00ba94
}

.step-teal .step-item .step-item-link::before {
    background-color: #00ba94
}

.step-teal .step-item.active a::before {
    border-color: #00ba94
}

.step-cyan .step-item:not(:first-child)::before {
    background-color: #00cfd5
}

.step-cyan .step-item .step-item-link {
    color: #00cfd5
}

.step-cyan .step-item .step-item-link::before {
    background-color: #00cfd5
}

.step-cyan .step-item.active a::before {
    border-color: #00cfd5
}

.step-blue .step-item:not(:first-child)::before {
    background-color: #0061f2
}

.step-blue .step-item .step-item-link {
    color: #0061f2
}

.step-blue .step-item .step-item-link::before {
    background-color: #0061f2
}

.step-blue .step-item.active a::before {
    border-color: #0061f2
}

.step-indigo .step-item:not(:first-child)::before {
    background-color: #5800e8
}

.step-indigo .step-item .step-item-link {
    color: #5800e8
}

.step-indigo .step-item .step-item-link::before {
    background-color: #5800e8
}

.step-indigo .step-item.active a::before {
    border-color: #5800e8
}

.step-purple .step-item:not(:first-child)::before {
    background-color: #6900c7
}

.step-purple .step-item .step-item-link {
    color: #6900c7
}

.step-purple .step-item .step-item-link::before {
    background-color: #6900c7
}

.step-purple .step-item.active a::before {
    border-color: #6900c7
}

.step-pink .step-item:not(:first-child)::before {
    background-color: #e30059
}

.step-pink .step-item .step-item-link {
    color: #e30059
}

.step-pink .step-item .step-item-link::before {
    background-color: #e30059
}

.step-pink .step-item.active a::before {
    border-color: #e30059
}

.step-red-soft .step-item:not(:first-child)::before {
    background-color: #f1e0e3
}

.step-red-soft .step-item .step-item-link {
    color: #f1e0e3
}

.step-red-soft .step-item .step-item-link::before {
    background-color: #f1e0e3
}

.step-red-soft .step-item.active a::before {
    border-color: #f1e0e3
}

.step-orange-soft .step-item:not(:first-child)::before {
    background-color: #f3e7e3
}

.step-orange-soft .step-item .step-item-link {
    color: #f3e7e3
}

.step-orange-soft .step-item .step-item-link::before {
    background-color: #f3e7e3
}

.step-orange-soft .step-item.active a::before {
    border-color: #f3e7e3
}

.step-yellow-soft .step-item:not(:first-child)::before {
    background-color: #f2eee3
}

.step-yellow-soft .step-item .step-item-link {
    color: #f2eee3
}

.step-yellow-soft .step-item .step-item-link::before {
    background-color: #f2eee3
}

.step-yellow-soft .step-item.active a::before {
    border-color: #f2eee3
}

.step-green-soft .step-item:not(:first-child)::before {
    background-color: #daefed
}

.step-green-soft .step-item .step-item-link {
    color: #daefed
}

.step-green-soft .step-item .step-item-link::before {
    background-color: #daefed
}

.step-green-soft .step-item.active a::before {
    border-color: #daefed
}

.step-teal-soft .step-item:not(:first-child)::before {
    background-color: #daf0f2
}

.step-teal-soft .step-item .step-item-link {
    color: #daf0f2
}

.step-teal-soft .step-item .step-item-link::before {
    background-color: #daf0f2
}

.step-teal-soft .step-item.active a::before {
    border-color: #daf0f2
}

.step-cyan-soft .step-item:not(:first-child)::before {
    background-color: #daf2f8
}

.step-cyan-soft .step-item .step-item-link {
    color: #daf2f8
}

.step-cyan-soft .step-item .step-item-link::before {
    background-color: #daf2f8
}

.step-cyan-soft .step-item.active a::before {
    border-color: #daf2f8
}

.step-blue-soft .step-item:not(:first-child)::before {
    background-color: #dae7fb
}

.step-blue-soft .step-item .step-item-link {
    color: #dae7fb
}

.step-blue-soft .step-item .step-item-link::before {
    background-color: #dae7fb
}

.step-blue-soft .step-item.active a::before {
    border-color: #dae7fb
}

.step-indigo-soft .step-item:not(:first-child)::before {
    background-color: #e3ddfa
}

.step-indigo-soft .step-item .step-item-link {
    color: #e3ddfa
}

.step-indigo-soft .step-item .step-item-link::before {
    background-color: #e3ddfa
}

.step-indigo-soft .step-item.active a::before {
    border-color: #e3ddfa
}

.step-purple-soft .step-item:not(:first-child)::before {
    background-color: #e4ddf7
}

.step-purple-soft .step-item .step-item-link {
    color: #e4ddf7
}

.step-purple-soft .step-item .step-item-link::before {
    background-color: #e4ddf7
}

.step-purple-soft .step-item.active a::before {
    border-color: #e4ddf7
}

.step-pink-soft .step-item:not(:first-child)::before {
    background-color: #f1ddec
}

.step-pink-soft .step-item .step-item-link {
    color: #f1ddec
}

.step-pink-soft .step-item .step-item-link::before {
    background-color: #f1ddec
}

.step-pink-soft .step-item.active a::before {
    border-color: #f1ddec
}

.step-primary-soft .step-item:not(:first-child)::before {
    background-color: #dae7fb
}

.step-primary-soft .step-item .step-item-link {
    color: #dae7fb
}

.step-primary-soft .step-item .step-item-link::before {
    background-color: #dae7fb
}

.step-primary-soft .step-item.active a::before {
    border-color: #dae7fb
}

.step-secondary-soft .step-item:not(:first-child)::before {
    background-color: #e4ddf7
}

.step-secondary-soft .step-item .step-item-link {
    color: #e4ddf7
}

.step-secondary-soft .step-item .step-item-link::before {
    background-color: #e4ddf7
}

.step-secondary-soft .step-item.active a::before {
    border-color: #e4ddf7
}

.step-success-soft .step-item:not(:first-child)::before {
    background-color: #daefed
}

.step-success-soft .step-item .step-item-link {
    color: #daefed
}

.step-success-soft .step-item .step-item-link::before {
    background-color: #daefed
}

.step-success-soft .step-item.active a::before {
    border-color: #daefed
}

.step-info-soft .step-item:not(:first-child)::before {
    background-color: #daf2f8
}

.step-info-soft .step-item .step-item-link {
    color: #daf2f8
}

.step-info-soft .step-item .step-item-link::before {
    background-color: #daf2f8
}

.step-info-soft .step-item.active a::before {
    border-color: #daf2f8
}

.step-warning-soft .step-item:not(:first-child)::before {
    background-color: #f2eee3
}

.step-warning-soft .step-item .step-item-link {
    color: #f2eee3
}

.step-warning-soft .step-item .step-item-link::before {
    background-color: #f2eee3
}

.step-warning-soft .step-item.active a::before {
    border-color: #f2eee3
}

.step-danger-soft .step-item:not(:first-child)::before {
    background-color: #f1e0e3
}

.step-danger-soft .step-item .step-item-link {
    color: #f1e0e3
}

.step-danger-soft .step-item .step-item-link::before {
    background-color: #f1e0e3
}

.step-danger-soft .step-item.active a::before {
    border-color: #f1e0e3
}

.flying-carpet-text-box {
    height: 30px;
    font-size: 14px;
    text-align: center;
    background-color: #ececec;
    color: #333;
    line-height: 30px
}

.flying_carpet-box {
    background-color: #f9f9f9;
    margin: 25px auto;
    width: 100vw;
    margin-left: calc(-50vw + 50%)
}

.progress-indicator {
    position: fixed;
    top: 10px;
    right: 20px;
    width: 100px;
    height: 100px;
    z-index: 20
}

.progress-count {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 100px;
    color: #0082ff
}

svg {
    position: absolute
}

circle {
    fill: rgba(255, 255, 255, .9)
}

svg .animated-circle {
    fill: transparent;
    stroke-width: 40px;
    stroke: #0a74da;
    stroke-dasharray: 126;
    stroke-dashoffset: 126
}

.title-top {
    height: 1px;
    overflow: hidden;
    margin: 0;
    color: var(--white);
}

/* custom css */
a {
	color: var(--red);
}
a:hover {
	color: var(--darkred);
	text-decoration: none;
}

/* Mobile Menu */
.mobile-nav {
	padding-top: 5px;
	padding-bottom: 5px;
}
.mobile-nav button, .nav-close-menu {
	background: transparent;
	border: none;
	box-shadow: none;
}
.mobile-nav .fas {
	font-size: 1.3rem;
}
.mobile-btn-search {
	margin-left: 5px;
}

/* mobile search */
.mobile-search {
	visibility: hidden;
	opacity: 0;
	transition: all 0.4s cubic-bezier(0.455, 0.03, 0.515, 0.955) 2s;
}
.mobile-search.appear {
  visibility: visible;
  opacity: 1;
}
.mobile-search .nav-close-menu {
	background: var(--black);
	color: var(--white);
	padding: 0 10px;
	border-radius: 0 .25rem .25rem 0;
	display: flex;
	align-items: center;
	font-size: 1rem;
}
.mobile-btn-menu:hover, .mobile-btn-search:hover, .nav-close-menu:hover {
	cursor: pointer;
}


/* mobile network menu */
.mobile-navbar-wrapper {
	background: var(--lightgray);
}
.mobile-navbar {
	overflow: hidden;
	overflow-x: auto;
	white-space: nowrap;
	padding-bottom: 10px;
	padding-top: 6px;
}
.mobile-navbar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mobile-navbar li {
	display: inline-block;
	padding: 0 6px;
	white-space: nowrap;
}
.mobile-navbar li a {
	color: var(--black);
	font-size: 80%;
	text-transform: uppercase;
	font-weight: 500;
}

/** Mobile Menu **/
.sidenav {
  height: 100vh;
  width: 0;
  position: fixed;
  z-index: 1040;
  top: 0;
  left: 0;
  background-color: var(--white);
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  transition: all .5s ease;
}

.lmd-moblist-header {
	padding: 10px 15px;
	border-bottom: 2px solid var(--border);
}

.lmd-moblist-logreg {
	padding: 10px 15px;
}
.lmd-moblist-logreg .nav-link {
	background: #f8f9fb;
}
.lmd-moblist-logreg .nav-login .nav-link {
	background: #dbe0e6;
}

.lmd-moblist h3 {
	font-size: 1.1em;
	font-family: var(--font);
}
.lmd-moblist h3 .fa {
	margin-right: 5px;
}
.lmd-moblist .fa {
	color: #09a4a8;
}

ul.mmenu li a img {
    height: 17px;
    width: auto;
    border-radius: 50%;
    margin-right: 5px;
}

/* The navigation menu links */
.lmd-moblist {
	padding: 15px;
}
.lmd-moblist ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.lmd-moblist ul li {
	width: 50%;
	float: left;
    padding: 6px 0 6px 0;
	position: relative;
}

.lmd-moblist ul li a {
	font-family: var(--font);
    font-weight: 400;
    font-size: 14px;
    letter-spacing: .5px;
}
.lmd-moblist ul li  a:hover {

}
.sidenav .socmed {
	margin: 15px;
	text-align: center;
}

.lmd-moblist-footer {
	padding: 20px 15px;
	text-align: center;
	background-color: var(--lightgray);
}

/* Top Menu */
.top-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.top-menu li {
	display: inline-block;
	padding: 0 6px;
	border-left: 1px solid var(--menuborder);
}
.top-menu li:first-child {
	display: inline-block;
	padding-left: 0;
	border-left: none;
}
.top-menu li a {
	color: var(--black);
	text-decoration: none;
	font-size: 75%;
	font-weight: 500;
}

/* Main Menu */
.lmd-navbar-main {
	margin: 0;
	padding: 0;
}

.nav > li > a, .post-category a, .archive-header h1.h6, span.h6 {
	text-transform: uppercase;
}
.dropdown-menu > li > a {
	text-transform: capitalize;
}

/* Saham */
.col-breaking {
	
}
.breaking-index {
	background: var(--white);
	padding: 3px 9px 5px 8px;
	border-radius: 0 0 8px 8px;
	margin-left: 25px;
	font-weight: 600;
}
.mrq-saham {
	background: var(--red);
	margin-right: 15px;
}

/* BreadCrumb */
.breadcrumb {
	background-color: transparent;
	padding: 0 0;
	border-radius: 0;
	margin-bottom: .5em;
	font-size: 12px;
	color: var(--gray);
}
.breadcrumb li {
	margin-right: .5em;
	font-size: 12px;
}
.breadcrumb li::after {
	font-family: 'FontAwesome';
    display: inline-block;
    padding-left: .5em;
    color: var(--gray);
    content: "\203A";
}

.bcurrent {
	display: none;
	color: var(--gray);
}
.breadcrumb li:last-child::after {
	display: none;
}


/* Homepage */
.headline-grad .h6 {
	font-size: 8pt;
}
.headline-grad h1 {
	font-size: 14px;
}

#promo .container {
	position: relative;
}
#promo .carousel-indicators {
    top: 8px;
    right: 10px;
	bottom: unset;
}
#promo .carousel-item .tag-title {
	padding-left: 8px;
}


/* E Koran */
#EKoran .carousel-inner {
	background: var(--dua);
	text-align; center;
}

#EKoran .carousel-item {
background: #111111;
}

#EKoran .carousel-item .carousel-image {
	height: 300px; 
	background-size: contain; 
	background-repeat: no-repeat;
	background-position: center;
}


#EKoran .carousel-caption-content span {
	background: rgba(0,0,0,.7);
	padding: 5px 15px;
}

#EKoran .carousel-control-prev-icon, #EKoran .carousel-control-next-icon {
	background-color: var(--black);
    background-image: none;
	display: inline-block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	border-radius: 50%;
}


/* Single */
.author-avatar img {
	border-radius: 50%;
}
.post-tags a {
    display: inline-block;
    padding: .5rem !important;
    font-size: 100%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	
	color: var(--white) !important;
	background-color: #007bff;
	margin-bottom: 10px;
}

.page-paging {}
.paging-item {
	display: inline-block;
	width: 24px;
	height: 24px;
	padding: 2px 2px;
	margin-left:6px;
	line-height: 20px;
	text-align: center;
	border-radius: 50%;
}
.current .paging-item {
	background: var(--red);
	color: var(--white);
}

/* Archives */
.narrow-gutters {
    margin-right: -5px;
    margin-left: -5px;
}
.narrow-gutters > .col, .narrow-gutters > [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.row-overflow {
	overflow-x: auto;
}

/* Excerpt */
.lmd-content .excerpt {
	border-top: 1px solid var(--border);
	padding-top: 10px;
	margin-top: 10px;
}
.lmd-content .excerpt-1, #ajaxMore .excerpt:first-child {
	border-top: none;
	padding-top: 0;
	margin-top: 0;
}


/* Pagination */
#ajaxMore {
	margin-bottom: 1.5rem;
}
.pagination {
	margin-top: 2rem;
	align-items: center;
    justify-content: center;
}
.page-item {
	margin: 0 5px;
}

.page-link, .page-link:focus {
	font-weight: 700;
	box-shadow: none;
	color: var(--white);
    background-color: var(--red);
	border: 1px solid var(--red);
}

.page-item.active .page-link {
    background-color: var(--gray);
	border-color: var(--gray);
	color: var(--white);
}
.page-link:hover {
    color: var(--white);
	background-color: var(--darkred);
	border-color: var(--darkred);
}

/* Load More */
.lmd_loadmore {
	display: block;
	background-color: #ddd;
	border-radius: 2px;
	text-align: center;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: 800;
	letter-spacing:1px;
	cursor:pointer;
	text-transform: uppercase;
	padding: 10px 0;
	transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.3s ease-in-out; 
	margin-bottom: 30px;
}
.lmd_loadmore:hover{
	background-color: #767676;
	color: var(--white);
}

.lmd_loadmore_wrapper {
	border-top: 1px solid var(--border);
	padding-top: 20px;
	margin-top: 10px;
}


/*PostImage*/
.post-body img {
	max-width: 100%;
	height: auto;
}
.alignleft, img.alignleft {
	display:inline;
	float:left;
	margin-right:10px;
}

.alignright, img.alignright {
	display:inline;
	float:right;
	margin-left:10px;
}

.aligncenter, img.aligncenter{
	clear:both;
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignleft, img.alignright, img.aligncenter{
	margin-bottom:10px;
}

.wp-caption{
	margin-bottom:10px;
	max-width:100% !important;
}

.wp-caption .wp-caption-text{
	font-size:10px;
	margin:10px;
	text-align:center;
}

/* WordPress Gallery */
.gallery .gallery-item {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 10px;
	text-align: center;
}
.gallery-columns-2 .gallery-item {
	width: 50%;
}
.gallery-columns-3 .gallery-item {
	width: 33.33333333333333%;
}
.gallery-columns-4 .gallery-item {
	width: 25%;
}
.gallery-columns-5 .gallery-item {
	width: 20%;
}
.gallery-columns-6 .gallery-item {
	width: 16.66666666666667%;
}
.gallery-columns-7 .gallery-item {
	width: 14.28571428571429%;
}
.gallery-columns-8 .gallery-item {
	width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	width: 11.11111111111111%;
}

.gallery .gallery-item img {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto;
}

.gallery-caption {
	font-size: smaller;
}

/* Sidebar - Widgets */
.widget {
	margin: 0 0 30px;
	padding: 0;
	position: relative;
}
.widget-title, .comments-title, .related-title {
	font-size: 1.2rem;
	font-weight: 600;
}

.comments-title, .related-title {
	margin-bottom: 1rem;
}

.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget li {

}

.widget_recent_comments li a {
	font-weight: 500;
}

/* Widget Ekoran */
.widget_lmdekoran .widget-title {
	margin-bottom: 0;
}

#widgetEkoranCarousel .carousel-inner {
	border-radius: 0 0 8px 8px;
}
#widgetEkoranCarousel .carousel-caption {
    position: relative;
    right: auto;
    bottom: auto;
    left: auto;
    z-index: 10;
    padding-top: 10px;
    padding-bottom: 10px;
    color: var(--white);
    text-align: center;
    padding: 10px;
    background: var(--satu);
}

#widgetEkoranCarousel .carousel-caption-title  {
	font-size: 18px;
	font-weight: 600;
}

/* Widget Cek Fakta */
.widget_lmdcekfakta {
	background: var(--merah);
	border-radius: 8px;
	color: var(--putih);
}
.widget_lmdcekfakta .widget-title {
	background: var(--merah);
	text-transform: uppercase;
}
.widget_lmdcekfakta .post-thumbnail img {
	border-radius: 8px;
}
.widget_lmdcekfakta .post-title {
    -webkit-line-clamp: unset;
}
.widget_lmdcekfakta .post-title a {
	color: var(--putih);
}

.widget_lmdcekfakta .btn {
	font-size: 14px;
}



/* Widget in Footer */
.wf li {
	font-size: 75%;
	font-weight: 400;
}

.wf-1 .widget_nav_menu li, .wf-1 .widget_categories li {
	display: inline-block;
	width: 48%;
}

.bot-bar a {
	color: var(--gray);
}

/**Calendar**/
table#wp-calendar{
	width:100%;
}

table caption {
	font-weight:bold;
	text-align:center;
	padding-bottom:5px;
}

table#wp-calendar td#prev {
	text-align:left;
	padding-left:3px;
}

table#wp-calendar td#next {
	text-align:right;
	padding-right:3px;
}

table#wp-calendar th, table#wp-calendar td {
	padding: 5px;
	text-align:center;
	border:1px solid var(--border);
}

/* Footer */
.bot-bar .container {
	padding-top: 30px;
	padding-bottom: 30px;
}

.bottom-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.bottom-menu li {
	margin: 0 6px 0 0;
	padding: 0;
	display: inline-block;
	white-space: nowrap;
	font-size: 75%;
}
.bottom-menu li:after {
	content: "/";
	padding-left: 10px;
	color: var(--gray);
}
.bottom-menu li:last-child:after {
	content: "";
	padding-left: 0;
}

.bot-bar hr.bg-gray {
  background: #8a9197 !important;
}
.bot-bar .circle-black-20 {
  border: 1px solid var(--gray) !important;
}

/* Fixs */
.widget_lmdekoran .carousel-caption {
  position: relative;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  padding-top: 15px;
  padding-bottom: 15px;
  color: var(--white);
  text-align: center;
  background: var(--black);
  padding-left: 10px;
  padding-right: 10px;
}

#headline .headline-grad {
    background: #111;
}

#headline .headline-box {
	height: auto;
}

.excerpt .img-thumb-5 {
	height: 120px;
}
.h3 {
    font-size: 10pt;
}

.col-carousel .img-thumb-1 {
    width: 100%;
}


.clear, .clearfix::after {
	clear: both;
	display: table;
}

/***** Media Queries *****/
@media (max-width: 320px) {  

}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {  

}
 
/* Medium devices (tablets, 768px and up) The navbar toggle appears at this breakpoint */
@media (min-width: 768px) {
	#headline .headline-grad .h6 {
		font-size: 10pt;
	}
	#headline .headline-grad h1 {
		font-size: 17pt;
	}
	.excerpt .img-thumb-5 {
		height: 150px;
	}
	.h3 {
		font-size: 13pt;
	}
	.col-carousel .img-thumb-1 {
		width: 120px;
	}
}
 
/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 

}
 
/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {  
	.container {
		max-width: 960px !important;
	}
}