:root {
  --base-color: #269bae;
  --second-color: #dc1641;
  --light-color: #3ccbe2;
  --fb-color: #3b5998;
  --ig-color: #A133AE;
  --tw-color: #00aced;
  --yt-color: #c82525;
  --wa-color: #3FE675;
  --copy-color: #666666;
}

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

header {
  background-color: #fff;
  position: fixed;
  top: 0px;
  z-index: 10;
  padding-top: 8px;
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  margin-right: auto;
  margin-left: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15);
}

header .nav-top {
  width: 100%;
}

header .nav-top .nav-left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  left: -12px;
}

.nav-left a i, .nav-right a i {
  font-size: 20px;
  color: #000;
}

.nav-left .logo-head {
  height: 24px;
}

.nav-left a {
  padding-top: 8px;
  margin-right: 15px;
}

.nav-left .logo-head img {
  height: 100%;
}

.nav-top .nav-grid {
  ustify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: wrap;
  align-items: center;
}

header .head-bottom:before {
  content: "";
  width: 18px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: #fff;
  background: -moz-linear-gradient(right, white 25%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(right, white 25%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 25%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
  position: absolute;
}

header .head-bottom:after {
  content: "";
  width: 24px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background: #fff;
  background: -moz-linear-gradient(left, white 25%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(left, white 25%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, white 25%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
  position: absolute;
}

header .head-bottom ul.nav {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-flow: nowrap;
  font-size: 14px;
  font-weight: 600;
}

header .head-bottom {
  padding: 0px;
  overflow-x: scroll !important;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  height: 35px;
  overflow: hidden;
  margin-left: -18px;
  margin-right: -18px;
  margin-top: 5px;
}

.head-bottom ul .nav-link {
  padding: 4px 20px 4px 0;
  color: #000;
}

.head-bottom ul li.nav-item:first-child {
  padding-left: 16px;
}

.head-bottom ul li.nav-item {
  white-space: nowrap;
}

header .nav-top .nav-right {
  display: flex;
  justify-content: flex-end;
  ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.nav-right .search-link {
  padding-top: 8px;
}

header .nav-collapse {
  margin-top: 50px;
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 20;
  padding: 8px;
  width: 100%;
  height: calc(100% - 50px);
  margin-left: -18px;
  overflow-y: auto;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.nav-collapse .title-menu {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  margin-top: 10px;
}

.nav-collapse .nav.cat-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  display: block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-collapse .nav-link {
  color: #666666;
}

.nav-collapse .title-menu.seperator {
  border-top: 1px solid #f0f0f0;
  padding-top: 10px;
}

.nav-collapse .nav.about-menu {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  display: block;
  font-size: 12px;
}

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

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

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

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

.nav-search {
  margin-top: 50px;
  display: none;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 20;
  padding: 8px;
  padding-top: 20px;
  width: 100%;
  height: calc(100% - 50px);
  margin-left: -18px;
  overflow-y: auto;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.15);
}

.search input {
  font-size: 12px;
  background-color: #F2F2F2;
  border-color: #F2F2F2;
}

.nav-search .search {
  display: flex;
  align-items: center;
  width: 100%;
  height: auto;
}

.nav-search .search button {
  font-size: 12px;
  white-space: nowrap;
  margin-left: 10px;
  background-color: var(--base-color);
  border-color: var(--base-color);
}

a {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--second-color);
}

#main {
  margin-top: 85px;
}

.wrapper {
  padding: 10px 0px;
}

.headline .thumbnail {
  border-radius: 6px 6px 0px 0px;
  overflow: hidden;
}

#main .headline {
  padding: 15px;
  padding-bottom: 0px;
}

.headline thumbnail img {
  width: 100%;
}

.headline .options {
  border-top: 4px solid var(--light-color);
  background-color: var(--base-color);
  background: -moz-linear-gradient(100deg, var(--base-color) 50%, var(--light-color) 100%);
  background: -webkit-linear-gradient(100deg, var(--base-color) 50%, var(--light-color) 100%);
  background: linear-gradient(100deg, var(--base-color) 50%, var(--light-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
  padding: 15px;
  border-radius: 0px 0px 6px 6px;
}

.headline .options .title {
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight: 600;
}

.headline .title a {
  color: #fff;
  font-size: 1.2rem;
  font-weight: 600;
}

.headline .options .date-category {
  font-size: .7em;
  color: #fff;
}

.headline .date-category a {
  color: #fff;
}

.wrapper .title-wrapper {
  padding-left: 15px;
  padding-bottom: 10px;
  font-weight: 600;
  color: var(--base-color);
  font-size: 1.2em;
}

.tag-popular li {
  display: inline-block;
  padding-right: 10px;
  font-weight: 600;
  font-size: .9em;
  margin-bottom: 8px;
}

ul.tag-popular {
  padding: 0px 15px;
  margin-bottom: 0px;
}

.item-terbaru {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: flex-start;
  padding: 15px;
}

.item-terbaru .thumbnail {
  width: 100px;
  border-radius: 6px;
  overflow: hidden;
}

.item-terbaru .options {
  width: calc(100% - 115px);
  margin-left: 15px;
}

.item-terbaru .options .title {
  font-weight: 600;
  line-height: 1.4;
  font-size: .96em;
}

.item-terbaru .date-category {
  margin-top: 8px;
  color: #666666;
}

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

.box-1 .item-box {
  -ms-flex: 0.5;
  flex: 0 0 50%;
  max-width: 50%;
  padding-bottom: 12px;
  margin-bottom: 12px;
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: 0;
  padding-left: 6px;
  padding-right: 6px;
}

.box-1 .item-box .thumbnail img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 10px;
}

.box-1 {
  padding: 15px;
  padding-bottom: 0px;
  padding-top: 0px;
  display: flex;
  flex-wrap: wrap;
}

.date {
  font-size: .7em;
  color: #666666;
}

.item-terbaru .date-category a {
  font-size: .7em;
}

.box-1 .options .title {
  font-weight: 600;
  font-size: .8em;
  line-height: 1.2;
  margin-bottom: 8px;
}

.box-1 .title-wrapper {
  -ms-flex: 1;
  flex: 0 0 100%;
  max-width: 100%;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 10px;
  padding-bottom: 5px;
  padding-left: 0px;
}

.wrapper .title-wrapper a {
  color: var(--base-color);
}

.popular-box .list-popular {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0px;
}

.popular-box .list-popular .numbered {
  display: inline-block;
  text-align: center;
  color: var(--second-color);
  font-weight: 700;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  padding: 0 10px;
  padding-top: 5px;
  border-radius: 50%;
  font-size: 20px;
  background-color: #EEE;
}

.list-popular .options {
  display: inline-block;
  width: calc(100% - 80px);
  vertical-align: middle;
  margin-left: 10px;
  font-weight: 600;
  font-size: .9em;
  line-height: 1.4;
}

.list-popular li + li {
  border-top: 1px solid #eeeeee;
}

.popular-box {
  padding: 15px;
  padding-bottom: 0px;
}

.list-popular li {
  padding: 10px;
}

footer {
  padding: 15px 0px;
  background-color: #F5F5F5;
  border-top: 4px solid var(--second-color);
}

footer .logo-foot {
  text-align: center;
}

footer .logo-foot img {
  height: 37px;
}

footer .list-link ul {
  list-style: none;
  padding: 0px;
  margin-bottom: 0;
}

footer .list-link li {
  display: inline-block;
}

footer .list-link {
  text-align: center;
  margin-top: 10px;
}

footer .list-link a {
  padding-right: 10px;
  padding-left: 10px;
  font-size: 12px;
}

footer .list-link li:after {
  content: ".";
  position: relative;
  top: -3px;
  font-size: 23px;
  font-weight: 400;
}

footer .list-sosmed {
  font-size: 12px;
  text-align: center;
  margin-top: 20px;
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}

footer li {
  display: inline-block;
}

footer .list-sosmed a {
  padding: 0px 10px;
}

footer .foot-copyright {
  color: #B4B4B4;
  font-size: 11px;
  text-align: center;
  margin: 15px;
  margin-bottom: 0px;
  padding-top: 15px;
  border-top: 2px solid #EEE;
}

.foot-copyright p {
  margin-bottom: 0px;
}

.content-single .breadcrumb {
  font-size: 12px;
  background-color: #fff;
  margin-bottom: 0;
}

.content-single .breadcrumb-item a {
  color: #666666;
}

.content-single .subtitle {
  font-weight: 700;
  font-size: .9em;
  padding: 10px 15px;
  margin-bottom: 0px;
}

.content-single h1.title {
  font-size: 1.3em;
  font-weight: 700;
  color: var(--base-color);
  padding: 0px 15px;
  line-height: 1.3;
}

.authors {
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 15px;
}

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

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

.authors .options {
  display: inline-block;
  vertical-align: middle;
}

.content-author .authors .options .author-name {
  font-size: 18px;
}

.authors .options .author-name {
  font-size: 12px;
  color: var(--second-color);
  font-weight: 600;
}

.content-single .authors .date {
  font-size: .7em;
}

.content-single .figure-caption {
  font-size: .7em;
  font-style: italic;
  padding: 0px 15px;
}

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

.share-content {
  text-align: center;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 600;
  color: #666666;
  line-height: 1.6;
}

.share-content .share-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
  cursor: pointer;
  width: 30px;
  height: 30px;
  font-size: 18px;
  border-radius: 50%;
  background-color: #e6e6e6;
}

a.whatsapp {
  color: var(--wa-color);
}

a.copy {
  color: var(--copy-color);
}

.content-single .article {
  font-size: 18px;
  padding: 15px;
  margin-top: 15px;
  line-height: 1.5;
}

.content-single .article a.link-internal {
  color: var(--base-color);
}

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

.content-single .article .wp-caption-text {
  font-size: 12px;
  padding: 10px;
  color: #666666;
}

.content-single .article img, .content-single .article .wp-caption img {
  width: 100%!important;
  height: auto
}

.content-single .related-content {
  padding: 5px 20px;
  border-left: 5px solid var(--base-color);
  margin-bottom: 1rem;
}

.related-content .title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 10px;
}

.related-content li {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 10px;
}

.related-content li a {
  color: var(--base-color);
}

.related-content ul {
  padding-left: 20px;
}

.content-single .tag-list li {
  margin-right: 8px;
  margin-bottom: 15px;
  display: inline-block;
}

.tag-list li a {
  padding: 8px;
  background: #f0f0f0;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}

.content-single .tag-list {
  border-top: 2px solid #f0f0f0;
  margin: 10px 15px;
  padding-top: 15px;
}

.bt-gray {
  border-top: 2px solid #f0f0f0;
}

.tag-list ul {
  margin-bottom: 0px;
}

.pr-15 {
  padding: 0px 15px;
}

.content-tag .title-wrapper {
  text-transform: none;
  font-size: 1em!important;
  color: #fff;
  background-color: var(--base-color);
  background: -moz-linear-gradient(100deg, var(--base-color) 50%, var(--light-color) 100%);
  background: -webkit-linear-gradient(100deg, var(--base-color) 50%, var(--light-color) 100%);
  background: linear-gradient(100deg, var(--base-color) 50%, var(--light-color) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start_color', endColorstr='$end_color',GradientType=1 );
  padding-top: 15px;
  padding-bottom: 15px!important;
  padding-right: 15px;
}

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

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

.content-author .authors {
  background-color: #F5F5F5;
  padding: 15px 15px;
  margin-bottom: 10px;
}

.content-author {
  padding-top: 0px;
}

.content-single.notfound {
  text-align: center;
  padding: 40px 0px;
}

.content-single.notfound p {
  font-size: .8em;
  margin-top: 35px;
}

.notfound a {
  background-color: var(--base-color);
  border-color: var(--base-color);
  color: #fff;
}

.headline .thumbnail img {
  width: 100%;
}

.content-single .figure {
  width: 100%;
}

.loading_more {
  display: none;
}

.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;
}