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

.vertical-center {
  display: flex;
  align-items: center;
  /* Vertically centers content */
  height: 100%;
  /* Ensures the block takes full parent height */
}
.g-main-nav .g-toplevel > li > .g-menu-item-container, .g-main-nav .g-sublevel > li > .g-menu-item-container {
  font-size: 1.2rem;
  font-weight: bold;
  padding: 0.469rem 0;
  white-space: normal;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
  transition: 0.35s ease;
}
.bottom-aligned-text {
  display: flex;
  /* Set container to flex */
  flex-direction: column;
  /* Stack items vertically */
  justify-content: flex-end;
  /* Push content to the bottom */
  height: 100%;
  /* Ensure container has height */
  min-height: 120px;
  /* Optional: set a min-height */
}
#g-navigation .g-main-nav .g-toplevel > li > .g-menu-item-container {
  color: #D37FA0;
  padding: 0.2345rem 0;
}
/* helium_billie-may.css | https://staging.bmeconveyancing.com.au/wp-content/themes/g5_helium/custom/css-compiled/helium_billie-may.css?ver=6a48d8d4 */
body {
  /* line-height: 2; */
  line-height: 1.5;
}
.entry-title {
  display: none;
}
/* helium_home_-_particles.css | https://staging.bmeconveyancing.com.au/wp-content/themes/g5_helium/custom/css-compiled/helium_home_-_particles.css?ver=6a48e0b4 */
a:hover {
  /* color: #424753; */
  color: #000000;
}
/* bitform-2.css | https://staging.bmeconveyancing.com.au/wp-content/uploads/bitforms/form-styles/bitform-2.css?ver=20 */
.bB {
  /* background: #006fff; */
  background: #D37FA0;
}
.be:hover {
  /* background-color: #0063e6 !important; */
  background-color: #58595B !important;
}
.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_team.css.map */