/* 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
 */

.g-infolist .g-infolist-item-desc {
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.g-infolist .g-infolist-item:hover .g-infolist-item-desc {
  opacity: 1;
}
/*# sourceMappingURL=custom_25.css.map */