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

/* line 1, templates/rt_xenon/custom/scss/custom.scss */
#g-showcase {
  background: #f7f7f7;
  color: #888;
  position: relative;
  z-index: auto;
}
/* line 8, templates/rt_xenon/custom/scss/custom.scss */
textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
  color: #686868;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-sizing: border-box !important;
  -webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
  -moz-transition: border 0.2s linear, box-shadow 0.2s linear;
  transition: border 0.2s linear, box-shadow 0.2s linear;
}
/* line 19, templates/rt_xenon/custom/scss/custom.scss */
select {
  color: #686868;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
/* line 25, templates/rt_xenon/custom/scss/custom.scss */
.g-popupgrid-item-img-wrap img {
  display: block;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  /* transform: scale(1); */
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
/* line 38, templates/rt_xenon/custom/scss/custom.scss */
.g-popupgrid-item-img-wrap {
  animation: none;
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  border-radius: 4px;
  opacity: 1;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
  background: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 1));
}
/*# sourceMappingURL=custom__body_only.css.map */