  /*!*!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/page-title/_page-title-styles.scss ***!
  \*/
/**
 * Grid Breakpoints
 */
/**
 * Font mixins
 */
/**
 * Notification component
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Global mixins
 */
/**
 * Block elements mixins
 */
/**
 * Calculate letter spacing base on font size and percentage.
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Swiper slider.
 */
/**
 * Custom Form 7.
 */
/**
 * Contact form mixins
 */
.c-page-title {
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}
@media screen and (min-width: 1140px) {
  .c-page-title {
    display: flex;
    align-items: center;
    padding-top: 0.69rem;
    padding-bottom: 0.69rem;
  }
}
.c-page-title__title {
  margin: 0 0 1rem 0;
  color: var(--ore-brown-60);
  text-align: center;
  font-family: var(--font-family-secondary);
  font-size: var(--font-serif-05);
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (min-width: 576px) {
  .c-page-title__title {
    line-height: 1.16;
  }
}
@media screen and (min-width: 1140px) {
  .c-page-title__title {
    font-family: var(--font-family-secondary);
    font-size: var(--font-serif-03);
    font-weight: 900;
    line-height: 1;
    width: 50%;
    margin: 0;
    text-align: left;
  }
}
.c-page-title__image {
  display: flex;
  justify-content: center;
  padding: 0 2.325rem;
}
@media screen and (min-width: 1140px) {
  .c-page-title__image {
    width: 50%;
    padding: 0 1.625rem;
  }
}
.c-page-title__image img {
  display: block;
  width: 100%;
  max-width: 28rem;
  height: auto;
}
@media screen and (min-width: 1140px) {
  .c-page-title__image img {
    max-width: 100%;
  }
}

body.theme-lake-blue-40 .c-page-title__title,
body.theme-lake-blue-60 .c-page-title__title {
  color: var(--color-white);
}

@media screen and (min-width: 576px) {
  .b-page-title .c-page-title {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}
.b-page-title .c-page-title__title {
  color: var(--ore-brown-60);
}

/*# sourceMappingURL=block_page-title.css.map*/