/*61 styles */

.block-61.header-01 {
  --background-image: url(/content/themes/newkirk/blocks/headers/header-01/bg-header.jpg);
  --overlay: black;
  --overlay_opacity: .45;
  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-61.header-01:after {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--overlay);
  opacity: var(--overlay_opacity);
}
.block-61.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-61.header-01 .contents {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  gap: 3rem;
}
.block-61.header-01 .title {
  width: 380px;
}
.block-61.header-01 .text {
  max-width: 480px;
  width: 60%;
  font-size: 1.25rem;
  line-height: 2rem;
}
.block-61.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-61.header-01 h1 span {
  position: relative;
}
.block-61.header-01 h1:before {
  content: '';
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  height: 22px;
  background: var(--accent2);
  opacity: .7;
}
.block-61.header-01 .caption {
  margin: 0 540px 0 0;
  line-height: 1.65;
}
.block-61.header-01 .button.ghost {
  background: none;
  border: 2px solid white;
  border-radius: 0;
  padding: 1rem;
  display: inline-flex;
  gap: .5rem;
  align-items: center;
}
.block-61.header-01 .button.ghost ui-icon {
  display: block;
}
@media screen and (max-width:767px) {
  .block-61.header-01 {
    min-height: 320px;
    height: auto;
  }
  .block-61.header-01 h1 {
    font-size: 200%;
    text-align: center;
  }
  .block-61.header-01 h1:before {
    height: 15px;
    bottom: 10px;
    left: 12%;
    width: 76%;
  }
  .block-61.header-01 .contents {
    gap: 1rem;
    padding: 2rem 1rem;
    flex-wrap: wrap;
  }
  .block-61.header-01 .title,
  .block-61.header-01 .text {
    width: 100%;
  }
  .block-61.header-01 .text {
    font-size: 1rem;
    line-height: 1.25rem;
  }
}
/*checking for variables*/

/*46 styles */

.block-46.staff-directory {
  padding: 4rem 2rem;
  background: url(/content/themes/newkirk/assets/img/bg-lines-right.png);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: 25%;
}
.block-46.staff-directory hr {
  display: block;
  height: 1px;
  border-top: 1px;
  width: 100%;
  background: #eeeeee;
}
.block-46.staff-directory h1,
.block-46.staff-directory h2 {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-decoration-color: var(--accent2);
}
.block-46.staff-directory h2 {
  font-size: 3rem;
}
.block-46.staff-directory .block-inner {
  gap: 3rem;
}
.block-46.staff-directory h3 {
  font-size: 2rem;
  font-weight: 500;
}
.block-46.staff-directory .staff-title {
  font-size: 1.5rem;
}
.block-46.staff-directory .staff {
  gap: 2rem;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
}
.block-46.staff-directory .staff .person {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}
.block-46.staff-directory .staff .image {
  max-width: 150px;
}
.block-46.staff-directory .staff .image img {
  display: block;
  border-radius: .25rem;
}
.block-46.staff-directory .staff p {
  line-height: 1.75rem;
}
.block-46.staff-directory .person {
  max-width: 320px;
}
.block-46.staff-directory .staff-name {
  font-weight: 600;
  font-size: 1.1rem;
}
.block-46.staff-directory .staff-title {
  margin-top: -1rem;
  color: #777777;
}
.block-46.staff-directory .elders,
.block-46.staff-directory .deacons {
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}
.block-46.staff-directory .elders .person,
.block-46.staff-directory .deacons .person {
  width: auto;
}
@media screen and (min-width:768px) and (max-width:1024px) {
  .block-46.staff-directory h1 {
    font-size: 3rem;
  }
  .block-46.staff-directory h2 {
    font-size: 2.5rem;
  }
  .block-46.staff-directory .person {
    width: calc(50% - var(--gap));
  }
  .block-46.staff-directory .elders,
  .block-46.staff-directory .deacons {
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
  }
  .block-46.staff-directory .elders .staff,
  .block-46.staff-directory .deacons .staff {
    gap: 1rem;
  }
}
@media screen and (max-width:767px) {
  .block-46.staff-directory {
    background-size: 50%;
    padding: 2rem 1rem;
  }
  .block-46.staff-directory h1 {
    font-size: 2.5rem;
  }
  .block-46.staff-directory h2 {
    font-size: 2rem;
  }
  .block-46.staff-directory h3 {
    font-size: 1.5rem;
  }
  .block-46.staff-directory .block-inner {
    gap: 2rem;
  }
  .block-46.staff-directory .title {
    width: 100%;
    text-align: center;
  }
  .block-46.staff-directory .person {
    width: 100%;
  }
  .block-46.staff-directory .staff .image {
    min-width: auto;
    max-width: 50%;
    width: 50%;
  }
  .block-46.staff-directory .staff .image img {
    box-shadow: none;
  }
  .block-46.staff-directory .staff .staff-title {
    font-size: 1rem;
  }
  .block-46.staff-directory .staff .details {
    padding-left: 0;
  }
  .block-46.staff-directory .elders,
  .block-46.staff-directory .deacons {
    text-align: center;
    flex-wrap: wrap;
  }
  .block-46.staff-directory .elders .title,
  .block-46.staff-directory .deacons .title {
    width: 100%;
  }
}
/*checking for variables*/

