body {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
}

:root {
  --main-color: #020266;
  --fb-color: #3b5998;
  --ig-color: #A133AE;
  --yt-color: #c82525;
  --tw-color: #00aced;
  --wa-color: #3FE675;
  --pin-color: #d01d2c;
}

header {
  position: sticky;
  top: 0;
  padding-bottom: 0px;
  right: 0;
  left: 0;
  z-index: 99;
  box-shadow: 0 10px 15px -10px #ccc;
}

#main {
  padding-top: 15px;
}

.bg-main {
  background-color: var(--main-color);
}

header .navbar-brand {
  padding: 0px!important;
}

header .navmenu {
  color: #fff;
  font-size: 1.5rem;
}

.bg-black {
  background-color: var(--main-color);
}

header .navbar-brand img {
  height: 40px;
}

.scrollmenu {
  overflow: auto;
  white-space: nowrap;
}

.scrollmenu a {
  text-transform: uppercase;
  color: var(--main-color);
  font-size: .8rem;
  font-weight: 700;
  margin-right: 1.5rem!important;
}

.menu-head {
  background-color: #fff;
  padding-bottom: .5rem;
}

header .nav-collapse {
  margin-top: 55px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 20;
  padding: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  display: none;
}

.search form input {
  width: 70%;
  display: inline-block;
  font-size: 12px;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.search form button {
  width: calc(30% - 10px);
  margin-left: 10px;
  font-size: 12px;
  background-color: var(--main-color);
  background-color: var(--main-color);
}

.search form {
  width: 100%;
}

.nav-collapse .title-header {
  font-weight: 700;
  font-size: .9rem;
  margin-top: 2.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.nav-collapse .nav-link {
  font-size: .8rem;
  color: #000;
}

a:hover {
  text-decoration: none;
}

.headline {
  position: relative;
  margin-bottom: 40px;
}

.img-hl {
  background: #f8f8f8;
  text-align: center;
  vertical-align: center;
  text-transform: uppercase;
  color: #fff;
  overflow: hidden;
  width: 100%;
}

.headline-desc h2 {
  font-size: 1em;
  font-weight: 700;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
}

.headline-desc h2 a {
  color: #000;
}

.headline-desc {
  position: absolute;
  bottom: -20px;
  z-index: 1;
  width: 100%;
  margin: 0 auto;
}

.headline .center-desc {
  background-color: #fff;
  padding: 10px;
  width: 94%;
  margin: 0 auto;
  webkit-box-shadow: 0 2px 4px rgb(224 224 224 / 50%);
  -moz-box-shadow: 0 2px 4px rgba(224,224,224,0.5);
  box-shadow: 0 2px 4px rgb(224 224 224 / 50%);
}

.category-date .category:after {
  content: '\00B7';
  font-weight: 900;
  /* position: absolute; */
  margin: 0 5px;
}

.category-date .category {
  color: #4a4a4a;
  font-size: .65rem;
  margin-right: 5px;
}

.category-date a {
  color: var(--main-color);
}

.category-date {
  position: relative;
  display: flex;
  margin: .5rem 0 0;
}

.category-date .date {
  color: #4a4a4a;
  font-weight: 400;
  font-size: .65rem;
}

.title-box {
  position: relative;
  color: #333;
  font-weight: 600;
  margin-bottom: 15px;
  padding: 10px 0px;
  letter-spacing: .2rem;
  text-transform: uppercase;
}

.title-box a {
  color: #333;
}

.title-box.fixed {
  letter-spacing: 0;
  text-transform: initial;
}

.scroll {
  width: 100%;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.scroll-wrap {
  white-space: nowrap;
  width: 0;
  height: auto;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
}

.bg-gray {
  background: #efefef;
  background: -moz-linear-gradient(top, #efefef 0%, #e8e8e8 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #e8e8e8));
  background: -webkit-linear-gradient(top, #efefef 0%, #e8e8e8 100%);
  background: -o-linear-gradient(top, #efefef 0%, #e8e8e8 100%);
  background: -ms-linear-gradient(top, #efefef 0%, #e8e8e8 100%);
  background: linear-gradient(to bottom, #efefef 0%, #e8e8e8 100%);
}

.box-slide .scroll .media-box {
  min-width: 150px;
  margin-right: 15px;
}

.box-slide .desc-box .title {
  white-space: normal;
  margin-top: 10px;
  line-height: 1.2rem;
}

.full-width {
  width: 100%;
  padding: .6rem 0px;
}

.article .flexbox-article {
  display: flex;
  align-items: flex-start;
}

.flexbox-article .media-left {
  width: 30%;
  margin-right: 1rem;
}

.media-left img {
  width: 100%;
}

.media-right {
  flex: 1;
}

.flexbox-article {
  display: flex;
  align-items: flex-start;
}

.media-right .subtitle {
  font-weight: 700;
  font-size: 13px;
  color: var(--yt-color);
}

.media-right a.title-feed {
  line-height: 1.4;
  font-weight: 700;
  font-family: 'Montserrat';
  letter-spacing: -.5px;
  font-size: 15px;
  color: #000;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bt-feed, .full-width + .full-width, .new_append_posts + .new_append_posts {
  border-top: 1px solid #e5e5e5;
}

.box-feed {
  padding-bottom: 10px;
}

.title-box:before {
  content: "";
  width: 20%;
  height: 3px;
  background: var(--main-color);
  bottom: 0;
  left: 0;
  position: absolute;
}

.desc-box .title h2 {
  font-weight: 600;
  font-size: .8rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 3;
  line-height: 1.2rem;
}

footer {
  margin-top: 15px;
  background-color: var(--main-color);
}

img.logo-foot {
  height: 60px;
}

footer .container {
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .link-about a, footer .link-sosmed a, .link-sosmed a {
  font-size: 0.8em;
  display: block;
  width: 50%;
  float: left;
  color: #fff;
  margin-bottom: 15px;
}

.clearfix {
  clear: both;
}

footer .link-about, footer .link-sosmed, .link-sosmed {
  padding-top: 15px;
  margin-top: 20px;
  border-top: 1px solid #383838;
}

footer .link-sosmed, .link-about, .link-sosmed
 {
  border-top: 0px;
}

footer .link-sosmed {
  background-color: #fff;
}

footer .credit-web {
  color: #fff;
  font-size: 10px;
  text-align: center;
  padding: 10px;
  margin-bottom: 0px;
}

.loading-more {
  display: none;
}

a.facebook {
  color: var(--fb-color)!important;
}

a.instagram {
  color: var(--ig-color)!important;
}

a.twitter {
  color: var(--tw-color)!important;
}

a.youtube {
  color: var(--yt-color)!important;
}

.content-post .breadcrumb {
  background-color: transparent;
  font-size: 0.7em;
  padding: 0px;
}

.breadcrumb-item a {
  color: #000;
}

.content-post h1.title {
  font-size: 1.4em;
  font-weight: 700;
  letter-spacing: -.5px;
  line-height: 1.3;
  margin-bottom: 0;
}

.author {
  padding: 5px 0px;
  font-size: 12px!important;
  margin-bottom: 10px;
}

.author .avatar-image img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 10px;
  display: inline-block;
  vertical-align: middle;
}

.author .author-name {
  display: inline-block;
  vertical-align: middle;
}

.author a {
  font-weight: 600;
  color: var(--main-color);
}

.content-post .subtitle {
  font-size: 1em;
  margin: 0;
  font-weight: 700;
  color: #c00;
  margin-bottom: .5rem;
}

.content-post .date-post {
  color: #9da1a6;
  font-size: .7em;
  margin-bottom: 5px;
}

.date-post span {
  margin-left: 5px;
}

.content-post .figure-caption {
  color: #999;
  font-size: 11px;
  padding: 10px 0px;
}

.content-post .article {
  font-size: 1.1rem;
  line-height: 1.7rem;
  margin-top: 2rem;
}

.content-post .article a {
  color: var(--main-color);
  font-weight: bold;
}

.content-post .article .has-text-align-center {
  text-align: center;
}

.content-post .figure, .content-post .figure img {
  width: 100%;
}

.content-post .article .wp-caption {
  width: 100%!important;
}

.content-post .article img {
  width: 100%;
  height: auto;
}

.content-post .article .wp-caption-text {
  background-color: #EEE;
  color: #4A4A4A;
  font-size: 12px;
  padding: 10px 15px;
  font-style: italic;
  width: 100%;
  height: auto;
  line-height: 1.5;
}

.article .readmore {
  font-weight: 700;
  border-left: 4px solid var(--main-color);
  padding-left: 10px;
}

.article .readmore a {
  color: var(--main-color);
}

.share-article {
  background-color: transparent;
  font-size: 25px;
  padding-right: 10px;
  width: 100%;
  text-align: right;
}

.share-article span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 20px;
  font-weight: 700;
  font-size: 16px;
  color: var(--main-color);
}

.share-article ul {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0px;
}

li.share {
  margin-right: 5px;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 10px;
}

li.share-twitter {
  background-color: var(--tw-color);
}

li.share-whatsapp {
  background-color: var(--wa-color);
}

li.share-facebook {
  background-color: var(--fb-color);
}

.share-article li a {
  color: #fff;
}

li.share-copy {
  background-color: #272727;
}

.tag-list li {
  padding: 0px 5px;
  border: 1px solid var(--main-color);
  background-color: var(--main-color);
  margin-right: 15px;
  margin-bottom: 10px;
  border-radius: 5px;
  font-size: 14px;
}

.tag-list a {
  color: #fff;
}

.page-item.active .page-link {
  background-color: var(--main-color);
  border-color: var(--main-color);
}

.page-link {
  color: var(--main-color);
}

.title-box.fixed strong {
  font-style: italic;
}

.desc-box .title a {
  color: #000;
}

.editor-profile img {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: inline-block;
}

.editor-profile h1 {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700;
  color: var(--main-color);
}

.editor-profile .share-article {
  width: auto;
  display: inline-block;
  float: right;
}

.ads-wrapper {
  text-align: center;
  content: "Sponsored Content";
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}

.indeks-form {
  margin-top: 15px;
  display: flex;
  align-items: center;
}

.indeks-form .indeks-date {
  padding: 5px;
  flex: 1 1 50%;
  max-width: 50%;
}

.indeks-date input,
.indeks-cat select {
  font-size: 14px;
  padding: 5px;
  border-radius: 6px;
  background-color: #fff;
}

.indeks-cat {
  padding: 5px;
  flex: 1 1 50%;
  max-width: 50%;
  margin-left: 5px;
}

.btn-indeks {
  background-color: var(--base-color)!important;
}