.widget {
  margin-bottom: 30px;
}

.widget-search {
  padding: 0;
  border: 0;
}

.widget .widget-title {
  margin-bottom: 24px;
}

.widget .widget-title > h6 {
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  font-size: 12px;
  margin: 0;
  color: #788487;
}

.widget ul {
  margin-bottom: 0;
}

.widget a {
  color: #000;
  font-weight: 500;
  display: block;
  font-size: 15px;
}

.widget a:hover {
  color: var(--primaryc);
}

.widget-categories ul li:first-child,
.widget-recent-entries ul li:first-child,
.widget-recent-entries-custom ul li:first-child {
  padding-top: 0;
}

.widget-categories ul li,
.widget-recent-entries ul li,
.widget-recent-entries-custom ul li {
  padding: 10px 0;
  margin: 0;
}

.widget-recent-entries-custom .wi,
.widget-recent-entries-custom .wb {
  vertical-align: middle;
  display: table-cell;
}

.post-wrapper {
  padding: 0 0 35px;
}

.post-preview {
  padding-bottom: 5px;
  border-radius: 0.1875rem;
  transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}

.post-header {
  margin: 15px 0 20px;
}

.post-meta {
  list-style: none;
  font-size: 0.8125rem;
  padding: 0;
  margin: 0;
}

.post-meta > li {
  position: relative;
  display: inline-block;
  padding: 0 14px 0 0;
  margin: 0 14px 0 0;
}

.post-meta > li:not(:last-child):after {
  position: absolute;
  content: "/";
  right: -5px;
  top: 0;
}

.post-content p {
  margin-bottom: 5px;
}

.tag-cloud > h6,
.post-tags > h6 {
  background: #f4f4f4;
  border-radius: 0.1875rem;
  position: relative;
  display: inline-block;
  padding: 6px 15px;
  margin: 5px 8px 5px 0;
  text-transform: uppercase;
  font-size: 11px !important;
  color: #757575;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
}

.widget-search .search-button {
  background-color: transparent;
  border: none;
  position: absolute;
  top: 50%;
  height: 100%;
  right: 0.875rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  color: #ddd;
}

.widget-search form {
  position: relative;
}

.post-preview img {
  border-radius: 0.1875rem;
  width: 100%;
  display: block;
  margin-bottom: 30px;
}

.post-header .post-title a:hover {
  color: var(--primaryc);
}

.widget-recent-entries-custom .wi {
  float: left;
  width: 80px;
}

.widget-recent-entries-custom .wb {
  padding-left: 16px;
  width: 100%;
}

.post-date {
  font-size: 13px;
  color: #a3a6a8;
  display: block;
  margin: 0;
}

.tag-cloud > h6:hover,
.post-tags > h6:hover {
  background: var(--primaryc);
  color: #fff;
  opacity: 1;
}

.form-control {
  border-color: #ebebeb;
  padding: 0.75rem 0.85rem;
  height: calc(2.2em + 0.75rem + 2px);
}

.sticky-top-blog {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  z-index: 820;
}

.single-blog-card {
  margin-bottom: 25px;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 0.2s;
  border-bottom: 4px solid transparent;
  border-radius: 0.3rem !important;
  position: relative;
  min-height: 323px;
}

.single-blog-card:hover {
  border-color: var(--primaryc) !important;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.15);
}

.single-blog-card span.category {
  z-index: 2;
  top: 10px;
  right: 10px;
}

.card-text {
  font-size: 13px;
}

.post-meta {
  list-style: none;
  font-size: 0.8125rem;
  padding: 0;
  margin: 0;
}

a.detail-link {
  display: inline-block;
  text-decoration: none;
  color: #495057;
  font-weight: 600;
  font-size: 13px;
  font-family: "Poppins", sans-serif;
}

a.detail-link:hover,
.single-blog-card .card-body h3 a:hover {
  color: var(--primaryc);
}

a.detail-link span {
  font-size: 12px;
  vertical-align: middle;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  color: var(--primaryc);
}

a.detail-link:hover span {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
  margin-left: 8px;
}

.module .row .col-md-4 {
  display: flex;
}

.module .single-blog-card {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.module .card-body {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#top-nav ul li a.activeStyle {
  color: var(--primaryc) !important;
}

li.activeStyle > a {
  color: var(--primaryc) !important;
}

.kategori-item {
  padding: 10px 10px;
  font-size: 16px;
  font-weight: 500;
}

.kategori-item.active {
  color: var(--primaryc);
}