.show-class {
  display: block !important;
}

.img-gradient {
  width: 100%;
  height: 600px;
  background-size: cover;
  background-position: center center;
  color: white;
  border-radius: 15px;
}

.img-gradient-header {
  width: 100%;
  height: 220px;
  background-size: cover;
  background-position: center center;
  color: white;
  border-radius: 15px;
}

.sticky-elementx {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background-color: yellow;
}

.header.sticky {
  position: absolute;
  width: 100%;
}

.breadcrumb-header ol li {
  color: white !important;
}
.breadcrumb-header ol li a:hover {
  color: rgba(255, 255, 255, 0.5);
}
.breadcrumb-header .breadcrumb-item + .breadcrumb-item::before {
  color: white;
}

.form-select {
  font-size: var(--font-size-b2);
  height: 50px;
  background-color: var(--color-lightest);
}

/*THUMBNAIL COVER*/
.thumbnail-square {
  width: 100%;
  height: 650px;
  background-size: cover;
  background-position: center;
}

.thumbnail-square-title .title {
  font-size: var(--h4);
}

.thumbnail-landscape {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.thumbnail-landscape, .thumbnail-landscape-riset {
  width: 100%;
  height: 300px;
  background-size: cover;
  background-position: center;
}

.thumbnail-gallery-square {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.thumbnail-gallery-landscape {
  height: 500px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.thumbnail-app {
  height: 180px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.thumbnail-instagram {
  height: 180px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.thumbnail-sidebar {
  height: 100px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

/*END THUMBNAIL COVER*/
.iframe-video-details {
  width: 100%;
  height: 500px;
}

.main-wrapper {
  margin-top: 162px !important;
}

.header-bottom {
  display: block !important;
}

@media (min-width: 576px) {
  .main-wrapper {
    margin-top: 80px !important;
  }
  .header-bottom {
    display: none !important;
  }
  .thumbnail-square {
    height: 300px;
  }
  .thumbnail-square-title .post-cat {
    margin-bottom: 10px !important;
  }
  .thumbnail-square-title .post-meta-wrapper {
    display: none;
  }
  .thumbnail-square-title .title {
    font-size: var(--h5);
  }
  .thumbnail-landscape-riset {
    height: 150px;
  }
  .thumbnail-gallery-square {
    height: 300px;
  }
  .thumbnail-gallery-landscape {
    height: 180px;
  }
  .thumbnail-app {
    height: 160px;
  }
  .thumbnail-instagram {
    height: 160px;
  }
  .thumbnail-sidebar {
    height: 100px;
  }
  .content-block.post-list-view .post-thumbnail a img {
    height: 130px;
  }
  .iframe-video-details {
    height: 280px;
  }
}
@media (min-width: 768px) {
  .main-wrapper {
    margin-top: 80px !important;
  }
  .header-bottom {
    display: none !important;
  }
  .thumbnail-square {
    height: 450px;
  }
  .thumbnail-landscape {
    height: 250px;
  }
  .thumbnail-landscape-title .post-cat {
    margin-bottom: 10px !important;
  }
  .thumbnail-landscape-title .post-meta-wrapper {
    display: none;
  }
  .thumbnail-landscape-title .title {
    font-size: var(--h5);
  }
  .thumbnail-landscape-riset {
    height: 250px;
  }
  .thumbnail-gallery-square {
    height: 380px;
  }
  .thumbnail-gallery-landscape {
    height: 180px;
  }
  .thumbnail-app {
    height: 160px;
  }
  .thumbnail-instagram {
    height: 100px;
  }
  .thumbnail-sidebar {
    height: 100px;
  }
  .content-block.post-list-view .post-thumbnail a img {
    height: 100%;
  }
  .iframe-video-details {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .main-wrapper {
    margin-top: 80px !important;
  }
  .header-bottom {
    display: none !important;
  }
  .thumbnail-square {
    height: 560px;
  }
  .thumbnail-landscape-riset {
    height: 200px;
  }
  .thumbnail-gallery-square {
    height: 490px;
  }
  .thumbnail-gallery-landscape {
    height: 180px;
  }
  .thumbnail-app {
    height: 140px;
  }
  .thumbnail-instagram {
    height: 140px;
  }
  .thumbnail-sidebar {
    height: 60px;
  }
  .iframe-video-details {
    height: 350px;
  }
}
@media (min-width: 1200px) {
  .main-wrapper {
    margin-top: 162px !important;
  }
  .header-bottom {
    display: block !important;
  }
  .thumbnail-square {
    height: 560px;
  }
  .thumbnail-square-title .post-cat {
    margin-bottom: 20px !important;
  }
  .thumbnail-square-title .post-meta-wrapper {
    display: block;
  }
  .thumbnail-square-title .title {
    font-size: var(--h4);
  }
  .thumbnail-gallery-square {
    height: 490px;
  }
  .thumbnail-gallery-landscape {
    height: 180px;
  }
  .thumbnail-app {
    height: 170px;
  }
  .thumbnail-instagram {
    height: 185px;
  }
  .thumbnail-sidebar {
    height: 100px;
  }
  .iframe-video-details {
    height: 500px;
  }
}
@media (min-width: 1400px) {
  .main-wrapper {
    margin-top: 162px !important;
  }
  .header-bottom {
    display: block !important;
  }
  .thumbnail-square {
    height: 560px;
  }
  .thumbnail-gallery-square {
    height: 490px;
  }
  .thumbnail-gallery-landscape {
    height: 180px;
  }
  .thumbnail-app {
    height: 180px;
  }
  .thumbnail-instagram {
    height: 190px;
  }
  .thumbnail-sidebar {
    height: 100px;
  }
}

/*# sourceMappingURL=litbang.css.map */
