/* 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 2, templates/g5_helium/custom/scss/custom.scss */
#g-navigation {
  z-index: 11 !important;
}
/* line 6, templates/g5_helium/custom/scss/custom.scss */
.btn-primary, .button {
  color: #333;
}
/* line 7, templates/g5_helium/custom/scss/custom.scss */
.button:hover, .btn-primary:hover {
  color: #000;
}
/* line 9, templates/g5_helium/custom/scss/custom.scss */
.table th.heading {
  white-space: nowrap;
  text-transform: uppercase;
}
/* line 11, templates/g5_helium/custom/scss/custom.scss */
.fabrikGalleryImage {
  width: 100% !important;
  height: auto !important;
}
/* line 14, templates/g5_helium/custom/scss/custom.scss */
iframe {
  min-height: 800px;
}
@media screen and (max-width: 600px) {
  /* line 17, templates/g5_helium/custom/scss/custom.scss */
  table {
    width: 100%;
  }
  /* line 18, templates/g5_helium/custom/scss/custom.scss */
  thead {
    display: none;
  }
  /* line 19, templates/g5_helium/custom/scss/custom.scss */
  tr:nth-of-type(2n) {
    background-color: inherit;
  }
  /* line 20, templates/g5_helium/custom/scss/custom.scss */
  tr td:first-child {
    background: #f0f0f0;
    font-weight: bold;
    font-size: 1.3em;
  }
  /* line 21, templates/g5_helium/custom/scss/custom.scss */
  tbody td {
    display: block;
    text-align: center;
  }
  /* line 22, templates/g5_helium/custom/scss/custom.scss */
  tbody td:before {
    content: attr(data-th);
    display: block;
    text-align: center;
  }
}
/*# sourceMappingURL=custom__body_only.css.map */