/*7 styles */

.block-7.header-01 {
  --background-image: url(/uploads/media/v-638183233764903872/p3-b7.jpg);
  --overlay: black;
  --overlay_opacity: .35;
  height: 460px;
  background-size: cover;
  background-position: center;
  color: white;
  line-height: 1;
  background-image: var(--background-image);
  position: relative;
  background-color: var(--accent2);
  background-blend-mode: screen;
}
.block-7.header-01:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: var(--overlay_opacity);
}
.block-7.header-01 .block-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: center;
  width: 100%;
  position: relative;
  z-index: 1;
}
.block-7.header-01 .contents {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
.block-7.header-01 .title {
  width: 380px;
}
.block-7.header-01 .text {
  max-width: 480px;
  width: 60%;
  font-size: 1.25rem;
  line-height: 2rem;
}
.block-7.header-01 h1 {
  margin: 0;
  font-weight: 600;
  font-size: 350%;
  letter-spacing: -0.1rem;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.25);
  padding: 1rem;
  position: relative;
}
.block-7.header-01 h1 span {
  position: relative;
}
.block-7.header-01 h1:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 22px;
  background: var(--accent2);
  opacity: .7;
}
.block-7.header-01 .caption {
  margin: 0 540px 0 0;
  line-height: 1.65;
}
.block-7.header-01 .button.ghost {
  background: none;
  border: 2px solid white;
  border-radius: 0;
  padding: 1rem;
  display: inline-flex;
  gap: .5rem;
  align-items: center;
}
.block-7.header-01 .button.ghost ui-icon {
  display: block;
}
@media screen and (max-width:767px) {
  .block-7.header-01 {
    min-height: 320px;
    height: auto;
  }
  .block-7.header-01 h1 {
    font-size: 200%;
    text-align: center;
  }
  .block-7.header-01 h1:before {
    height: 15px;
    bottom: 10px;
    left: 12%;
    width: 76%;
  }
  .block-7.header-01 .contents {
    gap: 1rem;
    padding: 2rem 1rem;
    flex-wrap: wrap;
  }
  .block-7.header-01 .title,
  .block-7.header-01 .text {
    width: 100%;
  }
  .block-7.header-01 .text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
/*checking for variables*/

/*18 styles */

.block-18.min-01 {
  padding: 4rem;
  --items-per-row: 4;
  --item-width: 300px;
  --item-col-gap: 2rem;
  --item-row-gap: 3rem;
  background: url(/content/themes/newkirk/assets/img/bg-lines-right.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.block-18.min-01 .block-inner {
  gap: 2rem;
}
.block-18.min-01 .heading {
  font-family: RobotoSerif;
  font-size: 1.5rem;
  font-weight: 400;
  color: var(--accent2);
}
.block-18.min-01 .intro {
  max-width: 640px;
}
.block-18.min-01 .panels {
  --gap: 2rem;
  display: grid;
  grid-template-columns: repeat(var(--items-per-row), 1fr);
  grid-template-rows: masonry;
  column-gap: var(--item-col-gap);
  row-gap: var(--item-row-gap);
  justify-content: space-around;
}
.block-18.min-01 .panel {
  --gap: .5rem;
  width: var(--item-width);
}
.block-18.min-01 a {
  color: var(--primary);
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-18.min-01 {
    padding: 2rem;
    --items-per-row: 2;
  }
}
@media screen and (min-width:768px) and (max-width:1024px) and (orientation: landscape) {
  .block-18.min-01 {
    padding: 2rem;
    --items-per-row: 3;
    --item-width: 250px;
  }
}
@media screen and (max-width:767px) {
  .block-18.min-01 {
    padding: 1rem;
    --items-per-row: 1;
    --item-width: 100%;
    --item-row-gap: 1rem;
    background-size: 65%;
  }
  .block-18.min-01 .panel {
    max-width: 320px;
  }
}
/*checking for variables*/

