@charset "UTF-8";
/**
 * rec.reviews
 *
 * @author    Presta-Module.com <support@presta-module.com> - https://www.presta-module.com
 * @copyright Presta-Module - https://www.presta-module.com
 * @license   see file: LICENSE.txt
 *
 *           ____     __  __
 *          |  _ \   |  \/  |
 *          | |_) |  | |\/| |
 *          |  __/   | |  | |
 *          |_|      |_|  |_|
 */
/** Footer page review list use case 4 per line**/
#pvr {
  /** Footer page review list use case 3 per line**/
  /** Footer page review list use case 3 per line**/
}
#pvr .grid-container-4 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  grid-gap: 1em;
}
#pvr .reviews-item-content-4 {
  line-height: 20px;
  color: white;
}
#pvr .reviews-title-4 {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 22%;
  width: 100%;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  /* position the text in t’ middle*/
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
#pvr .material-icons-specific {
  font-size: 20px;
}
#pvr .child-page-listing-4 {
  height: auto;
}
#pvr .grid-container-3 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 1em;
}
#pvr .reviews-item-content-3 {
  line-height: 25px;
  color: white;
}
#pvr .reviews-title-3 {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 19%;
  width: 100%;
  bottom: 0px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  /* position the text in t’ middle*/
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
#pvr .child-page-listing-3 {
  height: auto;
}
#pvr .grid-container-2 {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  grid-gap: 1em;
}
#pvr .reviews-item-content-2 {
  line-height: 25px;
  color: white;
}
#pvr .reviews-title-2 {
  font-size: 15px;
  font-weight: bold;
  text-decoration: none;
  z-index: 1;
  position: absolute;
  height: 13%;
  width: 100%;
  bottom: 0px;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  /* position the text in t’ middle*/
  align-items: center;
  justify-content: center;
  padding-top: 5px;
  padding-bottom: 5px;
}
#pvr .child-page-listing-2 {
  height: auto;
}
@media screen and (min-width: 769px) and (max-width: 992px) {
  #pvr .reviews-title-4 {
    font-size: 9px;
    /* font-weight: bold; */
    text-decoration: none;
    z-index: 1;
    position: absolute;
    height: 18%;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 993px) and (max-width: 1200px) {
  #pvr .grid-container-4 {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    grid-gap: 1em;
  }
  #pvr .reviews-item-content-4 {
    line-height: 20px;
    color: white;
  }
}
