/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
body:not(.home) header {
  margin-bottom: 3rem !important;
}
body:not(.home) .page-title:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("/wp-content/uploads/2025/09/mark.png");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
  vertical-align: middle;
}
body.home .entry-header {
  display: none;
}
body.home article {
  margin-top: -2.5rem !important;
}

.ct-header {
  padding-bottom: 1rem !important;
  border-bottom: 2px solid var(--theme-palette-color-5);
}

h2.stk-block-heading__text:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("/wp-content/uploads/2025/09/mark.png");
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 1rem;
  vertical-align: middle;
}

.hero-block h2.stk-block-heading__text:before {
  display: none;
}

div.wpforms-container-full {
  width: 100% !important;
}

.wpforms-container {
  margin: 0 !important;
}

/*# sourceMappingURL=style.css.map */
