.rps-remote-posts-grid {
  display: flex;
  flex-wrap: wrap;
  color: #494949;
}

.rps-featured-post {
  flex: 1;
  padding-right: 40px;
  overflow: hidden;
}

.all-catagories .rps-featured-post {
  width: 40%;
  padding-right: 20px;
  flex: none;
}

.rps-featured-post img.rps-thumb-large {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
}

.rps-featured-post a p, .rps-side-posts a p {
    display: none;
}
.rps-row{
  display: flex;
  width: 100%;
}
.rps-image-wrapper
{
  width: 180px;
  height: 180px;
  overflow: hidden;
  margin-right: 12px;
}

.rps-content {
  flex: 1;
}
.rps-post-info {
  padding: 1rem;
}
.rps-category {
  text-transform: uppercase;
}
.all-catagories .rps-category {
  text-transform: capitalize;
  font-size: 16px;
}

.rps-featured-post .rps-category {
    margin-top: 12px;
    margin-bottom: 0;
}
.rps-featured-post .rps-post-info {
    padding: 0;
}

.rps-side-post .rps-post-info {
    padding: 0;
}

.rps-category {
  font-size: 12px;
  color: #494949;
  margin-bottom: 0.5rem;
}

.rps-category span {
    font-style: italic;
    font-weight: 300;
}

.rps-category span::before {
  content: "\2014\2014";
  color: #494949;
  font-family: Arial, sans-serif;
  padding: 10px;
}

.rps-title-large {
  font-size: 1.5rem;
  font-weight: bold;
  margin-top: 1rem;
  color: #1B1B1B;
}

.rps-author {
  font-size: 16px;
  color: #555;
}

.rps-side-posts {
  flex: 1;
  display: flex;
  padding-left: 40px;
  flex-direction: column;
  gap: 1.5rem;
  border-left: solid #C2C2C2 1px;
}

.all-catagories .rps-side-posts {
  width: 60%;
  border-left: 0;
  padding-left: 20px;
}

.rps-side-post {
  display: flex;
  gap: 1rem;
  /* background: white; */
}
.rps-side-post a{
  width: 100%;
}
.rps-side-post img.rps-thumb-small {
  width: 180px;
  height: 180px;
  object-fit: cover;
  flex-shrink: 0;
}

.all-catagories .rps-side-post img.rps-thumb-small {
  width: 100%;
  height: auto;
}

.rps-title-small {
  font-size: 1.25rem;
  font-weight: bold;
}

.all-catagories .rps-title-small {
  font-size: 1.5rem;
}

.all-catagories .rps-image-wrapper{
  width: 41.633%;
  margin-right: 15px;
  height: auto;
  max-height: 220px;
  overflow: hidden;
  position: relative;
}

.rps-image-large-wrapper {
  overflow: hidden;
}

a, p a {
  font-weight: normal !important;
}

.rps-thumb-large,
.rps-thumb-small {
  transition: transform 0.4s ease;
  display: block;
  transform-origin: center center;
}

.rps-featured-post:hover .rps-thumb-large,
.rps-side-post:hover .rps-thumb-small {
    transform: scale(1.25);
}
@media (max-width: 320px) {
  .rps-remote-posts-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .rps-remote-posts-grid {
    flex-direction: column;
  }
  .rps-featured-post img.rps-thumb-large {
    height: 326px;
    width: 100%;
  }
  .rps-title-large {
    font-size: 14px;
  }
  .rps-side-posts {
    padding-left: 0;
    border-left: none;
  }
  .rps-image-wrapper
  {
    width: 120px;
    height: 120px;
  }

  .rps-side-post img.rps-thumb-small {
    width: 120px;
    height: 120px;
  }
  .rps-category, .rps-author {
    font-size: 10px;
  }
  .rps-title-small {
    font-size: 0.75rem;
    line-height: 130%;
  }
  .rps-featured-post {
    padding: 0;
  }
  .all-catagories .rps-featured-post {
    width: 100%;
    padding-right: 0;
  }
  .all-catagories .rps-title-large {
    font-size: 24px;
  }
  .all-catagories .rps-author {
    text-transform: capitalize;
    font-size: 16px;
  }
  .all-catagories .rps-side-posts {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
  .all-catagories .rps-row {
    flex-direction: column;
  }
  .all-catagories .rps-side-post img.rps-thumb-small {
    width: 100%;
    height: auto;
  }
  .all-catagories .rps-image-wrapper{
	  width: 100%;
    height: auto;
    margin-right: 0;
  }

}

@media (min-width: 481px) and (max-width: 767px) {
  .rps-remote-posts-grid {
    flex-direction: column;
  }
  .rps-featured-post img.rps-thumb-large {
    height: 326px;
    width: 100%;
  }
  .rps-title-large {
    font-size: 14px;
  }
  .rps-side-posts {
    padding-left: 0;
    border-left: none;
  }
  .rps-side-post img.rps-thumb-small {
    width: 120px;
    height: 120px;
  }
  .rps-category, .rps-author {
    font-size: 10px;
  }
  .rps-title-small {
    font-size: 0.75rem;
    line-height: 130%;
  }
  .rps-featured-post {
    padding: 0;
  }
  .all-catagories .rps-featured-post {
    width: 100%;
    padding-right: 0;
  }
  .all-catagories .rps-title-large {
    font-size: 24px;
  }
  .all-catagories .rps-author {
    text-transform: capitalize;
    font-size: 16px;
  }
  .all-catagories .rps-side-posts {
    width: 100%;
    padding-left: 0;
    margin-top: 24px;
  }
  .all-catagories .rps-row {
    flex-direction: column;
  }
  .all-catagories .rps-side-post img.rps-thumb-small {
    width: 100%;
    height: auto;
  }
  .all-catagories .rps-image-wrapper{
	width: 100%;
    margin-right: 0;
  }
}