  /**
 * Font mixins
 */
/**
 * Global mixins
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Single posts mixins
 */
/**
 * Block elements mixins
 */
/**
 * Contact form mixins
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Slider elements
 */
.block-text-block .text-block-wrapper {
  max-width: 46.625rem;
  margin: 0 auto;
}
.block-text-block .text-block-title {
  max-width: 55rem;
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1.25;
  margin: 0 0 1.5rem;
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 576px) {
  .block-text-block .text-block-title {
    font-size: 0.75rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1141px) {
  .block-text-block .text-block-title {
    margin: 0 0 2.5rem;
  }
}
.block-text-block .text-block-header {
  max-width: 55rem;
  margin: 0 0 1.5rem;
  font-size: 4.375rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  line-height: 0.91;
}
@media (max-width: 576px) {
  .block-text-block .text-block-header {
    font-size: 2rem;
    line-height: 1;
  }
}
@media screen and (min-width: 1141px) {
  .block-text-block .text-block-header {
    margin: 0 0 2.5rem;
  }
}
.block-text-block .text-block-content {
  max-width: 55rem;
}
.block-text-block.wombat-bg-white {
  background-color: #fff;
}
.block-text-block.wombat-bg-ice-blue {
  background-color: #cce9ff;
}
.block-text-block.wombat-bg-sky-blue {
  background-color: #84c2f1;
}
.block-text-block.wombat-bg-midnight-blue {
  background-color: #00243f;
}
.block-text-block.wombat-bg-midnight-blue .text-block-title,
.block-text-block.wombat-bg-midnight-blue .text-block-header,
.block-text-block.wombat-bg-midnight-blue .text-block-content__column {
  color: #84c2f1;
}

/*# sourceMappingURL=block_text-block.css.map*/