.riverwash-posts__block {
  align-items: flex-start;
  display: flex;
  gap: 40px;
  margin-top: 40px;
}
.riverwash-posts__left {
  transition: width 0.3s;
  width: 75%;
}
@media (max-width: 1024px) {
  .riverwash-posts__left {
    width: 100%;
  }
}
.riverwash-posts__post {
  color: rgba(255, 255, 255, 0.7);
  display: block;
  position: relative;
  text-decoration: none;
}
.riverwash-posts__post:hover .riverwash-posts__content h2, .riverwash-posts__post:hover .riverwash-posts__content h3 {
  color: #D92D20;
}
.riverwash-posts__pic {
  height: 240px;
}
.riverwash-posts__pic img {
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}
.riverwash-posts__content h2, .riverwash-posts__content h3 {
  color: #fff;
  font-size: 21px !important;
  line-height: 26px !important;
  margin-top: auto;
  margin-bottom: 12px;
  text-decoration: underline;
  transition: 0.3s;
}
.riverwash-posts__content p + p {
  margin-top: 16px;
}
.riverwash-posts__posts.--view-grid {
  display: grid;
  gap: 48px 16px;
  grid-template-columns: repeat(3, 1fr);
  transition: 0.3s;
}
@media (max-width: 1220px) {
  .riverwash-posts__posts.--view-grid {
    gap: 32px 16px;
  }
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .riverwash-posts__posts.--view-grid {
    gap: 24px;
    grid-template-columns: repeat(1, 1fr);
  }
}
.riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) {
  grid-column: 1/3;
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) {
    grid-column: auto;
  }
}
.riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) {
  grid-column: 2/-1;
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) {
    grid-column: auto;
  }
}
.riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) {
  min-height: 420px;
  padding: 48px;
  transition: 0.3s;
}
@media (max-width: 1440px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) {
    padding: 24px;
  }
}
@media (max-width: 1220px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) {
    min-height: 320px;
  }
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) {
    min-height: 420px;
    padding: 48px;
  }
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) {
    min-height: 0;
    padding: 0;
  }
}
.riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__pic, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__pic, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__pic {
  height: 100%;
  margin-bottom: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__pic, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__pic, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__pic {
    height: 258px;
    margin-bottom: 16px;
    position: relative;
  }
}
.riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__pic::before, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__pic::before, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__pic::before {
  background: rgba(28, 20, 22, 0.75);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__pic::before, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__pic::before, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__pic::before {
    background: rgba(28, 20, 22, 0.3);
  }
}
.riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__content, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__content {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__content, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__content {
    height: auto;
  }
}
.riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content .has-video, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__content .has-video, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__content .has-video {
  display: flex;
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content .has-video, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__content .has-video, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__content .has-video {
    display: none;
  }
}
.riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content h2, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__content h2, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__content h2 {
  margin-top: auto;
  margin-bottom: 16px;
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content h2, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__content h2, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__content h2 {
    margin-bottom: 12px;
  }
}
.riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content.--has-video h2, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__content.--has-video h2, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__content.--has-video h2 {
  padding-left: 0;
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content.--has-video h2, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__content.--has-video h2, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__content.--has-video h2 {
    padding-left: 32px;
  }
}
.riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content.--has-video h2::before, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__content.--has-video h2::before, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__content.--has-video h2::before {
  display: none;
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content.--has-video h2::before, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(7) .riverwash-posts__content.--has-video h2::before, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(8) .riverwash-posts__content.--has-video h2::before {
    display: block;
  }
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(3n+1) {
    grid-column: 1/-1;
    min-height: 420px;
    padding: 32px;
    transition: 0.3s;
  }
}
@media (max-width: 550px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1), .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(3n+1) {
    margin: 0 -16px;
    padding: 16px;
    width: calc(100% + 32px);
  }
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__pic, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(3n+1) .riverwash-posts__pic {
    height: 100%;
    margin-bottom: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__pic::before, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(3n+1) .riverwash-posts__pic::before {
    background: rgba(28, 20, 22, 0.75);
    content: "";
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(3n+1) .riverwash-posts__content {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    height: 100%;
    position: relative;
    z-index: 1;
  }
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content .has-video, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(3n+1) .riverwash-posts__content .has-video {
    display: flex;
  }
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content h2, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(3n+1) .riverwash-posts__content h2 {
    margin-top: auto;
    margin-bottom: 16px;
  }
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content.--has-video h2, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(3n+1) .riverwash-posts__content.--has-video h2 {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(1) .riverwash-posts__content.--has-video h2::before, .riverwash-posts__posts.--view-grid .riverwash-posts__post:nth-child(3n+1) .riverwash-posts__content.--has-video h2::before {
    display: none;
  }
}
.riverwash-posts__posts.--view-grid .riverwash-posts__pic {
  margin-bottom: 16px;
  position: relative;
}
@media (max-width: 1220px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__pic {
    height: 180px;
  }
}
@media (max-width: 768px) {
  .riverwash-posts__posts.--view-grid .riverwash-posts__pic {
    height: 258px;
  }
}
.riverwash-posts__posts.--view-grid .riverwash-posts__pic::before {
  background: rgba(28, 20, 22, 0.3);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.riverwash-posts__posts.--view-grid .riverwash-posts__content .has-video {
  align-items: center;
  display: none;
  gap: 8px;
  margin-bottom: 20px;
}
.riverwash-posts__posts.--view-grid .riverwash-posts__content .has-video::before {
  content: "\e907";
  font-family: "Icons" !important;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.riverwash-posts__posts.--view-grid .riverwash-posts__content .info {
  margin-top: 12px;
}
.riverwash-posts__posts.--view-grid .riverwash-posts__content.--has-video h2 {
  padding-left: 32px;
  position: relative;
}
.riverwash-posts__posts.--view-grid .riverwash-posts__content.--has-video h2::before {
  color: rgba(255, 255, 255, 0.7);
  content: "\e907";
  font-family: "Icons" !important;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  position: absolute;
  top: 8px;
  left: 0;
  text-transform: none;
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.riverwash-posts__posts.--view-list {
  display: flex;
  flex-direction: column;
}
.riverwash-posts__posts.--view-list .riverwash-posts__post {
  display: flex;
}
@media (max-width: 550px) {
  .riverwash-posts__posts.--view-list .riverwash-posts__post {
    flex-direction: column;
    gap: 16px;
  }
}
.riverwash-posts__posts.--view-list .riverwash-posts__post + .riverwash-posts__post {
  border-top: 1px solid #212532;
  margin-top: 25px;
  padding-top: 25px;
}
.riverwash-posts__posts.--view-list .riverwash-posts__pic {
  position: relative;
  transition: 0.3s;
  width: 320px;
}
@media (max-width: 1024px) {
  .riverwash-posts__posts.--view-list .riverwash-posts__pic {
    height: auto;
    width: 224px;
  }
}
@media (max-width: 550px) {
  .riverwash-posts__posts.--view-list .riverwash-posts__pic {
    height: 224px;
    width: 100%;
  }
}
.riverwash-posts__posts.--view-list .riverwash-posts__pic::before {
  background: rgba(28, 20, 22, 0.3);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.riverwash-posts__posts.--view-list .riverwash-posts__content {
  padding: 28px 0 28px 40px;
  transition: 0.3s;
  width: calc(100% - 320px);
}
@media (max-width: 1024px) {
  .riverwash-posts__posts.--view-list .riverwash-posts__content {
    padding: 8px 0 8px 40px;
    width: calc(100% - 224px);
  }
}
@media (max-width: 550px) {
  .riverwash-posts__posts.--view-list .riverwash-posts__content {
    padding: 0;
    width: 100%;
  }
}
.riverwash-posts__posts.--view-list .riverwash-posts__content .info {
  align-items: center;
  display: flex;
  flex-flow: wrap;
  gap: 24px;
  margin-top: 24px;
}
.riverwash-posts__posts.--view-other {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.riverwash-posts__posts.--view-other .riverwash-posts__post {
  display: flex;
  flex-direction: column;
}
.riverwash-posts__posts.--view-other .riverwash-posts__pic {
  margin-bottom: 16px;
  position: relative;
  width: 100%;
}
.riverwash-posts__posts.--view-other .riverwash-posts__pic::before {
  background: rgba(28, 20, 22, 0.3);
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.riverwash-posts__posts.--view-other .riverwash-posts__content .info {
  margin-top: 12px;
}
.riverwash-posts__pagination {
  align-items: center;
  display: flex;
  gap: 8px;
  margin-top: 32px;
  transition: 0.3s;
}
@media (max-width: 550px) {
  .riverwash-posts__pagination {
    margin-top: 24px;
  }
}
.riverwash-posts__pagination .page-numbers {
  color: #fff;
  font: 500 16px/20px "Montserrat", "Arial", sans-serif;
  min-width: 48px;
  padding: 12px 10px;
  text-align: center;
  text-decoration: none;
  transition: 0.3s;
}
@media (max-width: 768px) {
  .riverwash-posts__pagination .page-numbers {
    font-size: 12px;
    line-height: 18px;
    min-width: 32px;
    padding: 7px 10px;
  }
}
.riverwash-posts__pagination .page-numbers:hover:not(.current) {
  color: #D92D20;
}
.riverwash-posts__pagination .page-numbers.current {
  background: #141111;
}
.riverwash-posts__pagination .page-numbers.next, .riverwash-posts__pagination .page-numbers.prev {
  box-shadow: inset 0 0 0 1px #343434;
}
.riverwash-posts__right {
  width: 25%;
}
@media (max-width: 1024px) {
  .riverwash-posts__right {
    display: none;
  }
}
.riverwash-posts__categories {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
}
.riverwash-posts__category {
  color: #fff;
  cursor: pointer;
  font: 500 18px/20px "Montserrat", "Arial", sans-serif;
  padding: 8px 10px;
  transition: 0.3s;
}
.riverwash-posts__category:not(.active):hover {
  color: #D92D20;
}
.riverwash-posts__category.active {
  background: #D92D20;
}
