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

.btn-9 {
  font-family: Arial, Helvetica, sans-serif;
  display: inline-block;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  border-radius: 0.25rem;
  border: solid 1px;
  font-weight: bold;
  letter-spacing: 1.2px;
  /*** full width block ***/
  /* width: 100%; */
}
.btn-9-colors {
  color: #0d6efd;
  border-color: #0d6efd;
  background-color: transparent;
}
.btn-9:hover {
  color: #fff;
  background-color: #0d6efd;
}
.btn-9:active {
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.24);
}
.btn-9:disabled {
  pointer-events: none;
  opacity: 0.65;
  color: #ddd;
  border-color: #ddd;
}
/* helium_home_-_particles.css | https://staging.shutterstyle.com.au/wp-content/themes/g5_helium/custom/css-compiled/helium_home_-_particles.css?ver=6a142df4 */
a:hover {
  /* color: #424753; */
  color: #696b71;
}
.image-container img {
  opacity: 1;
  transition: opacity 0.5s ease;
  /* Smooth transition */
}
.image-container img:hover {
  opacity: 0.65;
  /* Fades the image slightly */
}
/*# sourceMappingURL=custom_cedar.css.map */