HEX
Server: Apache
System: Linux srv13.cpanelhost.cl 3.10.0-962.3.2.lve1.5.38.el7.x86_64 #1 SMP Thu Jun 18 05:28:41 EDT 2020 x86_64
User: cca63905 (4205)
PHP: 7.3.20
Disabled: NONE
Upload Files
File: /home4/cca63905/public_html/nueva/modules/pmproductvideoreviews/views/css/front/grid.css
@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 .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;
  font-size: 10px;
}

#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: 768px) and (max-width: 992px) {
  #pvr .reviews-title-4 {
    font-size: 9px;
    /* 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);
    align-items: center;
    justify-content: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #pvr_reviews_block .col-xs-6 {
    padding-left: 8px;
    padding-right: 10px;
  }

  #pvr .clr_hr_shadow {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    border: none;
    width: 100%;
    height: 65px;
    box-shadow: 0 16px 12px -20px #333;
    margin: -50px auto 10px;
  }
}

@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;
  }
}