.archieve-header {
  background-color: #F9F9F9;
  min-height: 200px;
  margin-bottom: -40px;
}

.post a .post-wrapper {
  transition: 0.3s;
  border: 1px solid #dddee1;
}
.post a .post-wrapper .post-content {
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .post a .post-wrapper .post-content {
    height: auto;
  }
}
.post a .post-wrapper .post-content * {
  color: #231F20;
}
.post a .post-wrapper .post-content h2 {
  font-size: 1.25rem;
}
.post a .post-wrapper .post-content .info span {
  font-size: 0.9rem;
}
.post a .post-wrapper .post-content .info span img {
  margin-top: -2px;
  margin-right: 0.35rem;
}
.post a .post-wrapper .post-image {
  border-radius: 15px 15px 0 0;
  min-height: 190px;
}
@media screen and (max-width: 767.98px) {
  .post a .post-wrapper .post-image {
    aspect-ratio: 269/160;
  }
}
.post a .post-wrapper .post-image picture {
  width: 100%;
}
.post a .post-wrapper .post-image picture img {
  width: 100%;
  height: 190px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .post a .post-wrapper .post-image picture img {
    height: auto;
    aspect-ratio: 1/1;
  }
}
.post a .post-wrapper .post-image picture img[data-small-image=true] {
  padding: 0 1rem;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  transform: translateX(-1rem);
}
.post a .post-wrapper .post-image .category {
  display: none;
  position: absolute;
  bottom: 0;
  right: 0;
  border-radius: 5px 0 0 0;
  background-color: #ffffff;
  font-size: 0.825rem;
  color: #E00000;
}
.post:hover .post-wrapper .post-content h2 {
  color: #E00000;
}
.post:hover .post-wrapper .post-image img {
  transform: scale(1.1);
}

.custom-pagination .custom-pagination-wrapper a,
.custom-pagination .custom-pagination-wrapper span {
  padding: 1rem;
  text-decoration: none;
  color: #231F20;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  transition: 0.3s;
  border-radius: 5px;
  border: 1px solid #96969d;
  margin: 0.5rem;
}
.custom-pagination .custom-pagination-wrapper a:not(.dots):not(.next):not(.prev):hover,
.custom-pagination .custom-pagination-wrapper span:not(.dots):not(.next):not(.prev):hover {
  color: #ffffff;
  background-color: #E00000;
}
.custom-pagination .custom-pagination-wrapper a:not(.dots).next:hover, .custom-pagination .custom-pagination-wrapper a:not(.dots).prev:hover,
.custom-pagination .custom-pagination-wrapper span:not(.dots).next:hover,
.custom-pagination .custom-pagination-wrapper span:not(.dots).prev:hover {
  background-color: #E00000;
}
.custom-pagination .custom-pagination-wrapper a:not(.dots).next:hover svg path, .custom-pagination .custom-pagination-wrapper a:not(.dots).prev:hover svg path,
.custom-pagination .custom-pagination-wrapper span:not(.dots).next:hover svg path,
.custom-pagination .custom-pagination-wrapper span:not(.dots).prev:hover svg path {
  fill: #ffffff;
}
.custom-pagination .custom-pagination-wrapper .current {
  background-color: #E00000;
  color: #ffffff;
}

section.post-list-with-filtration-1 .aside {
  max-width: 300px;
}
@media screen and (max-width: 767.98px) {
  section.post-list-with-filtration-1 .aside {
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse;
  }
}
section.post-list-with-filtration-1 .aside #search-input {
  border-radius: 10px;
  min-height: 45px;
  padding: 0 1.5rem;
  border: none;
}
section.post-list-with-filtration-1 .aside .aside-wrapper {
  outline-color: #231F20;
}
section.post-list-with-filtration-1 .aside .aside-wrapper .accordion-button:not(.collapsed) {
  color: #231F20 !important;
}
section.post-list-with-filtration-1 .aside .aside-wrapper .accordion-collapse {
  background-color: #F5F5F5;
}
section.post-list-with-filtration-1 .posts {
  position: relative;
}
section.post-list-with-filtration-1 .posts .loading-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 105%;
  height: 100%;
  z-index: 10;
  background-color: white;
  opacity: 0.9;
  display: flex;
  justify-content: center;
  align-items: center;
}
section.post-list-with-filtration-1 .posts .loading-overlay.hidden {
  display: none;
}
section.post-list-with-filtration-1 .posts .loading-overlay svg {
  background: none !important;
}