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

.wigget_panel {
  position: relative;
  font-family: var(--primary-Font);
}
.wigget_panel .title {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
  padding: 12px 16px;
  line-height: 20px;
  text-align: center;
  position: relative;
  border-radius: 5px 5px 0 0;
  background: var(--primary-Color);
}

.widget_panel .title {
  font-size: 26px;
  font-weight: 600;
  color: #000;
  padding-bottom: 16px;
}

.widget_head {
  position: relative;
  font-family: var(--primary-Font);
}
.widget_head .title {
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 0px;
  padding: 12px 16px;
  line-height: 20px;
  text-align: center;
  position: relative;
  border-radius: 4px;
  background: var(--primary-Color);
}

.widget_content .menu-term {
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #dedede;
  padding: 10px;
  border-top: 0;
  border-radius: 0 0 5px 5px;
}
.widget_content .menu-term > li {
  display: block;
  position: relative;
}
.widget_content .menu-term > li > a {
  display: block;
  padding: 14px 12px 14px 0;
  position: relative;
  border-bottom: 1px solid #d9d9d9;
  line-height: 20px;
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
.widget_content .menu-term > li > a svg {
  position: absolute;
  right: 0;
  top: 17px;
  fill: #000;
}
.widget_content .menu-term > li > a:hover {
  color: var(--second-Color);
}
.widget_content .menu-term > li > a:hover svg {
  fill: var(--second-Color);
}
.widget_content .menu-term > li:last-child > a {
  border-bottom: 0;
}
.widget_content .filter-term {
  list-style: none;
  padding: 0;
  margin: 10px 0;
}
.widget_content .filter-term > li {
  display: block;
  position: relative;
}
.widget_content .filter-term > li input {
  top: 12px;
  left: 12px;
  opacity: 0;
  visibility: hidden;
  z-index: -999;
  position: absolute;
}
.widget_content .filter-term > li label {
  display: block;
  position: relative;
  padding: 10px 12px;
  padding-left: 40px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 300;
  color: #000;
  cursor: pointer;
}
.widget_content .filter-term > li label i {
  height: 16px;
  width: 16px;
  position: absolute;
  left: 12px;
  top: 12px;
  background: #d9d9d9;
  border-radius: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-style: normal;
}
.widget_content .filter-term > li label i::after {
  content: "";
  background-image: url("../images/svg/icn-check.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 8px;
  width: 8px;
  display: block;
  filter: brightness(0) invert(1);
  opacity: 0;
  visibility: hidden;
}
.widget_content .filter-term > li input:checked ~ label {
  color: var(--primary-Color);
}
.widget_content .filter-term > li input:checked ~ label i {
  background: var(--primary-Color);
}
.widget_content .filter-term > li input:checked ~ label i::after {
  opacity: 1;
  visibility: visible;
}
.widget_content .menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_content .menu-list > li {
  display: block;
  position: relative;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.widget_content .menu-list > li a {
  position: relative;
  padding: 0px 0;
  display: block;
  font-size: 16px;
  font-weight: 300;
  padding-right: 24px;
  color: #000;
  line-height: 22px;
}
.widget_content .menu-list > li a svg {
  position: absolute;
  right: 0;
  top: 4px;
  color: #000;
}
.widget_content .menu-list > li a:hover {
  color: var(--second-Color);
}
.widget_content .menu-list > li a:hover svg {
  fill: var(--second-Color);
}
.widget_content .menu-list > li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.widget_content .post-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.widget_content .post-list > li {
  display: flex;
  align-items: center;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px solid #d8d8d8;
}
.widget_content .post-list > li .image {
  min-width: 120px;
  max-width: 120px;
}
.widget_content .post-list > li .image a {
  position: relative;
  padding-bottom: 72%;
  display: block;
  width: 100%;
  overflow: hidden;
  border-radius: 8px;
}
.widget_content .post-list > 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 .post-list > li .info {
  flex: 1;
  max-width: 100%;
  padding-left: 12px;
}
.widget_content .post-list > li .info h4 {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 8px;
}
.widget_content .post-list > li .info h4 a {
  color: #000;
}
.widget_content .post-list > li .info h4 a:hover {
  color: var(--primary-Color);
}
.widget_content .post-list > li .info .date {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: #898989;
}
.widget_content .tag-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.widget_content .tag-list > li > a {
  display: block;
  border: 1px solid #dfdfdf;
  padding: 10px 12px;
  line-height: 20px;
  font-size: 15px;
  font-weight: 300;
  border-radius: 8px;
  color: #000;
}
.widget_content .tag-list > li > a:hover {
  color: var(--second-Color);
  border-color: var(--second-Color);
}/*# sourceMappingURL=sidebar.css.map */