/**
 * SIDEBAR
 */
aside {
  margin-bottom: 24px;
  position: relative;
}

aside.widget_related {
  position: sticky;
  top: 6px;
}

.wigget_panel {
  position: relative;
  font-family: var(--primary-Font);
}
.wigget_panel .title {
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 0;
  padding: 11px 16px;
  line-height: 20px;
  text-align: center;
  position: relative;
  background: var(--primary-Color);
}

.widget_content .list-related {
  list-style: none;
  padding: 8px 0 0;
  margin: 0;
}
.widget_content .list-related > li {
  display: flex;
  align-items: center;
  position: relative;
  padding: 6px 0;
}
.widget_content .list-related > li .image {
  flex: 0 0 40%;
  max-width: 40%;
}
.widget_content .list-related > li .image a {
  display: block;
  overflow: hidden;
  border-radius: 6px;
  position: relative;
  width: 100%;
  padding-bottom: 68%;
}
.widget_content .list-related > li .image a img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
.widget_content .list-related > li .info {
  flex: 0 0 60%;
  max-width: 60%;
  padding-left: 14px;
}
.widget_content .list-related > li .info h4 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 2px;
}
.widget_content .list-related > li .info h4 a {
  color: #000;
}
.widget_content .list-related > li .info h4 a:hover {
  color: var(--primary-Color);
}
.widget_content .list-related > li .info .date {
  font-size: 15px;
  font-weight: 400;
}/*# sourceMappingURL=sidebar.css.map */