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

/* IgnoredText */
/* livethedreamtour.org */
/* to change default LEARN MORE buttons to red rounded buttons, clear */
p.readmore .btn {
  color: #ee182d;
  border: 2px solid #ee182d;
  background-color: transparent;
  background-image: none;
  border-radius: 25px;
  padding: 15px;
  text-shadow: 0 0px 0px rgba(255, 255, 255, 0);
  box-shadow: 0 0px 0;
}
p.readmore .btn .icon-chevron-right {
  display: none;
}
p.readmore .btn:hover {
  color: #00FFBA;
  border-color: #00FFBA;
}
/* to modify the position of the icon in the homepage triangle */
div.g-triangle-content {
  width: 60px;
  margin-left: -30px;
}
div.g-triangle-content img {
  margin-top: -15px;
}
/* to change the caption text for the slideshow */
span.rg-ss-caption {
  font-size: 150%;
  font-weight: normal;
  text-indent: 0px;
  background-color: #a32420;
}
/* to move captions location to bottom of images on slideshow */
div.rg-ss-info {
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: 0;
}
span.rg-ss-caption {
  bottom: 0px;
  left: 50px;
  position: absolute;
}
/* to move slideshow down a few pixels for extra space */
.wallacetopmargin {
  margin-top: 120px;
}
/*# sourceMappingURL=custom_18.css.map */