/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

/* desktop */
#g-navigation {
  border-bottom: 2px solid #e6007e;
}
.item-overlay-title, .item-overlay-desc {
  text-shadow: 0px 0px 20px #000;
}
.view-category .items-row {
  display: inline-block;
  width: 33%;
  /* responsive */
  background: #e6007e;
}
.view-category .items-row .page-header {
  position: absolute;
  z-index: 0;
  width: auto;
  padding: 0 2rem;
  color: #fff;
}
.view-category .items-row .item-image {
  position: relative;
  z-index: 1;
}
.view-category .items-row .item-image:hover {
  opacity: 0.1;
}
.view-category .items-row p {
  position: absolute;
  z-index: 0;
  margin-top: -12rem;
  /* responsive */
  padding: 0 2rem;
  color: #fff;
  width: 27%;
  /* responsive */
}
.g-offcanvas-toggle {
  top: 1.1rem;
}
#g-offcanvas #g-mobilemenu-container .g-toplevel > li.active > .g-menu-item-container > .g-menu-item-content, #g-offcanvas #g-mobilemenu-container .g-toplevel > li:hover > .g-menu-item-container > .g-menu-item-content {
  color: #94c11f !important;
}
/* desktop 1200px */
@media only all and (max-width: 74.938rem) and (min-width: 60rem) {
  .view-category .items-row p {
    margin-top: -13rem;
    width: 29%;
  }
}
/* tablet */
@media only all and (max-width: 59.938rem) and (min-width: 48rem) {
  .view-category .items-row p {
    margin-top: -12rem;
    width: 33%;
  }
}
/* mobile */
@media only all and (max-width: 47.938rem) {
  .item-overlay-title {
    font-size: 2.8rem !important;
  }
  .view-category .items-row {
    width: 100%;
  }
  .view-category .items-row p {
    margin-top: -12rem;
    width: 90%;
  }
}
/*# sourceMappingURL=custom_178.css.map */