.post-list a {
  color: #000000;
}
.post-list a:hover, .post-list a:active {
  color: #202020;
}
.post-list .meta {
  margin: 0;
}
.post-list.post-list-type-1 .news-post {
  padding: 15px 0;
  display: flex;
}
.post-list.post-list-type-1 .news-post .content {
  padding-left: 16px;
  padding-right: 16px;
}
.post-list.post-list-type-1 .news-post:not(:last-child) {
  border-bottom: 1px solid #2020201a;
}
.post-list.post-list-type-1 .news-post .description {
  flex: 1;
}
.post-list.post-list-type-1 .news-post .image {
  width: 96px;
  height: 96px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.post-list.post-list-type-1 .news-post .image img {
  height: 96px;
  width: auto;
  max-width: none;
}
.post-list.post-list-type-1 .news-post .title {
  font-size: 17px;
  font-weight: 700;
  line-height: 1.1;
  padding-right: 8px;
}
.post-list.post-list-type-2 .news-post:not(:last-child) {
  margin-bottom: 15px;
}
.post-list.post-list-type-2 .news-post .image {
  margin-bottom: 15px;
}
.post-list.post-list-type-2 .news-post .image a {
  display: block;
}
.post-list.post-list-type-2 .news-post .image img {
  margin: 0 auto;
}
.post-list.post-list-type-2 .news-post .title {
  font-size: 21px;
  line-height: 1.15;
  font-weight: 700;
}
.post-list.post-list-2-col.type-2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 15px;
  background-color: white;
}
.post-list.post-list-2-col.type-2 .list-header {
  color: #202020;
  display: block;
  position: relative;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  font-family: 'sofiaBold', sans-serif;
  padding: 18px 16px 16px 16px;
  background-color: #f7f7f7;
}
.post-list.post-list-2-col.type-2 .list-header::after {
  content: '';
  background-image: url(../../../media-theme-child/assets/img/icons/arrow-right-2.svg);
  position: absolute;
  width: 10px;
  height: 17px;
  right: 16px;
  background-size: 10px 17px;
}
.post-list.post-list-2-col.type-2 .list-footer {
  color: #202020;
  display: block;
  position: relative;
  font-size: 15px;
  padding: 12px 16px 16px 16px;
}
.post-list.post-list-2-col.type-2 .list-footer::after {
  content: '';
  background-image: url(../../../media-theme-child/assets/img/icons/arrow-right.svg);
  position: relative;
  display: inline-block;
  margin-left: 7px;
  width: 18px;
  height: 13px;
  background-size: 18px 13px;
}
.post-list.post-list-2-col.type-2 .list-footer b {
  font-weight: bold;
  font-family: 'sofiaBold', sans-serif;
}
.post-list.post-list-2-col.type-2 .news-post {
  box-shadow: unset;
  width: 50%;
  flex: 0 1 50%;
  padding: 0 8px 8px 8px;
}
.post-list.post-list-2-col.type-2 .news-post.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.post-list.post-list-2-col.type-2 .news-post.left {
  padding: 8px 4px 8px 8px;
}
.post-list.post-list-2-col.type-2 .news-post.left .description {
  box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.1);
}
.post-list.post-list-2-col.type-2 .news-post.right {
  padding: 8px 8px 8px 4px;
}
.post-list.post-list-2-col.type-2 .news-post.right .description {
  box-shadow: -1px 2px 2px rgba(0, 0, 0, 0.1);
}
.post-list.post-list-2-col.type-2 .news-post .meta {
  display: none;
}
.post-list.post-list-2-col.type-2 .news-post .title {
  padding: 8px;
}
.post-list.post-list-2-col.type-2 .news-post.large {
  width: 100%;
  flex: 0 1 100%;
}
.post-list.post-list-2-col.type-2 .news-post.large .meta {
  display: inherit;
}
.post-list.post-list-2-col.type-2 .news-post.large .title {
  font-size: 21px;
}
.post-list.post-list-2-col.type-2 .news-post.large .image {
  margin-left: -8px;
  margin-right: -8px;
  height: 233px;
  width: auto;
}
.post-list.post-list-2-col.type-2 .news-post.large .description {
  padding: 16px 8px 8px 8px;
}
.post-list.post-list-2-col.type-2 .news-post.large .description .title {
  padding: 0 0 8px 0;
}
.post-list.post-list-2-col.type-2 .news-post .title {
  font-size: 16px;
  line-height: 19px;
}
.post-list.post-list-2-col.type-2 .news-post .image {
  height: 109px;
  width: 100%;
}
.post-list.post-list-2-col .news-post.large {
  width: 100%;
  flex: 0 1 calc(100%);
}
.post-list.post-list-2-col .news-post .title {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  padding-top: 8px;
}
.post-list.post-list-2-col .news-post .image {
  height: 170px;
  overflow: hidden;
  display: flex;
  align-content: center;
  align-items: center;
}
.post-list.post-list-2-col .news-post .image a {
  width: 100%;
}
.post-list .title a {
  hyphens: auto;
}
.loader {
  width: 43px;
  height: 40px;
  background: transparent url(../img/loader1.gif) no-repeat top left;
  background-size: contain;
  display: none;
  margin: 16px auto;
}
@media (min-width: 576px) {
  .post-list.post-list-2-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .post-list.post-list-2-col .news-post {
    flex: 0 1 calc(50% - 7.5px);
  }
  .post-list.post-list-2-col .news-post.large .image {
    height: 356px;
  }
  .post-list.post-list-2-col.type-2 .news-post.large .image {
    height: 356px;
  }
  .post-list.post-list-2-col.type-2 .news-post .image {
    height: 170px;
  }
}
@media (min-width: 980px) {
  .post-list.post-list-type-1 .news-post {
    padding: 8px 0;
  }
  .post-list.post-list-type-1 .news-post .title {
    font-size: 26px;
    line-height: 1.15;
  }
  .post-list.post-list-type-1 .news-post .image {
    width: 148px;
    height: 148px;
  }
  .post-list.post-list-type-1 .news-post .image img {
    height: 148px;
  }
  .post-list.post-list-type-2.type-2 .list-header, .post-list.post-list-type-2.type-2 .list-footer {
    font-size: 17px;
  }
  .post-list.post-list-type-2.type-2 .news-post.flex {
    flex-direction: column;
  }
  .post-list.post-list-type-2.type-2 .news-post .title {
    font-size: 24px;
    line-height: 28px;
  }
  .post-list.post-list-type-2.type-2 .news-post .meta {
    display: inherit;
    padding: 0px 8px 8px 8px;
  }
  .post-list.post-list-type-2.type-2 .news-post.large .title {
    font-size: 32px;
    line-height: 1.15;
  }
  .post-list.post-list-type-2.type-2 .news-post.large .meta {
    padding: unset;
  }
  .post-list.post-list-type-2.type-2 .news-post.left .description, .post-list.post-list-type-2.type-2 .news-post.right .description {
    box-shadow: unset;
  }
  .post-list.post-list-type-2 .news-post .title {
    font-size: 32px;
  }
}
