.post_list_wrapper {
  display: flex;
  grid-gap: 15px;
  justify-content: space-between;
}

.post_list_wrapper .short_description.entry {
  margin-bottom: 35px;
  height: 108px;
  font-size: 18px;
  line-height: 27px;
  color: #6C6C6C;
  overflow: hidden;
}

.post_list_wrapper .blog_page_image {
  /*position: relative;
	overflow: hidden;*/
  border-radius: 10px;
  background-repeat: no-repeat;
  padding-top: 70%;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 300px;
}

.post_list_wrapper .post.post_cat_item:hover {
  box-shadow: 0px 15px 35px rgb(116 116 116 / 10%);
}

.post_list_wrapper .image_text_blog {
  overflow: hidden;
  margin-bottom: 25px;
}

.post_list_wrapper .spletnik-readmore {
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  color: #6C6C6C;
}

.post_list_wrapper .spletnik-readmore:after {
  background-image: url('/wp-content/uploads/2021/12/Line-2.png');
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  content: "";
  top: 7px;
  background-repeat: no-repeat;
  left: 100px;
}

.post_list_wrapper .post_cat_item {
  position: relative;
  border: 1px solid #f0f0f0;
  padding: 25px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.post_list_wrapper h3 {
  font-size: 24px;
  line-height: 33px;
  text-align: left;
  color: #6C6C6C;
}

@media (max-width:767px) {
  .post_list_wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px !important;
  }
}

@media only screen and (max-width: 450px) {
  .post_list_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 15px !important;
  }

  .post_list_wrapper .short_description.entry {
    font-size: 16px;
  }

  .post_list_wrapper .blog_page_image {
    height: 280px !important;
  }
}

.sidebar_list #categories-3 li {
  display: flex;
  justify-content: space-between;
}

.sidebar_list li#categories-3 li a, .sidebar_list li#categories-3 li span, .sidebar_list .wp-block-latest-posts a {
  text-transform: lowercase;
  font-size: 18px;
  color: #989898;
  transition: 0.3s;
  display: inline-block;
}

.sidebar_list .wp-block-latest-posts li>a:first-letter, .sidebar_list li#categories-3 li a:first-letter {
  text-transform: uppercase !important;
}

.sidebar_list li#categories-3 li:hover a, .sidebar_list .wp-block-latest-posts li:hover>a {
  color: var(--black-color);
}

.sidebar_list li#categories-3 li:hover span {
  color: var(--black-color);
}

.sidebar_list {
  list-style: none;
}

.sidebar_list .delimiter {
  width: auto;
  display: flex;
  flex-grow: 1;
  margin: 0 15px;
  border-bottom: 1px solid #E4E4E4;
  margin-bottom: 7px;
}

.sidebar_list>li {
  margin-bottom: 20px;
}
@media (max-width:991px) {
  .sidebar_container {
  margin-top: 20px;
  }
}
