.rr-products-grid-wrapper .rr-product-grid {
  padding: 15px;
}
.rr-products-grid-wrapper .rr-product-grid .rr-product-grid-inner {
  border: 1px solid #e1e0e0;
  -webkit-box-shadow: 0px 3px 2px -3px rgba(0, 0, 0, 0.9);
  box-shadow: 0px 3px 2px -3px rgba(0, 0, 0, 0.9);
  padding: 15px;
}
.rr-products-grid-wrapper .rr-product-grid .rr-product-grid-inner .post-grid-image {
  margin: -15px;
  min-height: 300px;
  display: flex;
  align-items: stretch;
  flex-direction: column;
  justify-content: space-around;
  align-content: center;
  position: relative;
}
.rr-products-grid-wrapper .rr-product-grid .rr-product-grid-inner .post-grid-image img {
  width: 100%;
  margin: 0 auto;
}
.rr-products-grid-wrapper .rr-product-grid .rr-product-grid-inner .post-grid-image .overlay-arrow {
  display: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 50px;
  color: #fff;
  background-color: #231f20;
}
.rr-products-grid-wrapper .rr-product-grid .rr-product-grid-inner .post-grid-image:hover .overlay-arrow {
  display: block;
}
.rr-products-grid-wrapper .rr-product-grid .rr-product-grid-inner h3 {
  font-size: 25px;
  line-height: 1em;
  font-weight: normal;
}
.rr-products-grid-wrapper .rr-product-grid .rr-product-grid-inner h3 a {
  color: #231f20;
}
.rr-products-grid-wrapper .rr-product-grid .rr-product-grid-inner .read-more a {
  color: #231f20;
  font-size: 12px;
}

/*# sourceMappingURL=post_grid-main.css.map */
