/*35 styles */

.b\:35.banner {
  --background-image: url(/uploads/media/v-638211695393078932/p1-b35.jpg);
  --overlay: transparent;
  --overlay_opacity: 1;
  height: 640px;
  padding: 0 2rem;
  position: relative;
  overflow: hidden;
}
.b\:35.banner .b\:inner {
  width: 100%;
  height: 100%;
  display: grid;
  align-items: center;
}
.b\:35.banner .caption {
  position: relative;
  margin-left: auto;
  width: 100%;
  max-width: 640px;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 0 20px 40px rgba(255, 255, 255, 0.3);
}
.b\:35.banner .caption p {
  font-size: calc(var(--baseUnit)*1.25);
  max-width: 600px;
}
.b\:35.banner .caption a {
  color: var(--secondary);
  font-weight: 600;
  --gap: .25rem;
}
.b\:35.banner .caption .links {
  color: #999999;
}
.b\:35.banner .photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--background-image) no-repeat bottom left;
  background-size: cover;
}
.b\:35.banner h1 {
  font-size: calc(var(--baseUnit)*4);
  font-weight: 800;
  letter-spacing: -0.25rem;
  line-height: 1;
  max-width: 500px;
  font-family: Inter;
}
.b\:35.banner small {
  font-size: .9rem;
  color: #888888;
  font-weight: 500;
}
@media screen and (max-width:767px) {
  .b\:35.banner {
    --background-image: url(/uploads/media/v-638211695675465349/p1-b35-mobile.jpg);
  }
  .b\:35.banner h1 {
    font-size: 300%;
    text-align: center;
  }
  .b\:35.banner .caption,
  .b\:35.banner .links {
    text-align: center;
    justify-content: center;
  }
}
/*checking for variables*/

/*36 styles */

.b\:36.actionbar {
  background: #222222;
  background-size: 10px 10px;
  background-image: repeating-linear-gradient(45deg, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .05) 1px, transparent 0, transparent 50%);
  color: white;
  position: relative;
  overflow-x: hidden;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}
.b\:36.actionbar .b\:inner {
  height: 4rem;
}
.b\:36.actionbar .b\:inner > div + div {
  border-left: 1px solid rgba(255, 255, 255, 0.175);
  padding-left: var(--baseUnit);
}
@media screen and (max-width:767px) {
  .b\:36.actionbar .b\:inner {
    flex-wrap: wrap;
    height: auto;
    gap: 0;
  }
  .b\:36.actionbar .b\:inner > div {
    width: 100%;
    padding: 1rem;
  }
  .b\:36.actionbar .b\:inner > div + div {
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.175);
  }
}
/*checking for variables*/

/*41 styles */

.block-41.panels {
  background: #222222;
}
.block-41.panels .block-inner {
  --gap: 0;
}
.block-41.panels .caption {
  position: absolute;
  bottom: 0;
  padding: 2rem;
}
.block-41.panels .photo:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45);
}
.block-41.panels .panels {
  justify-content: space-evenly;
}
.block-41.panels .panel {
  position: relative;
  display: block;
  overflow: hidden;
  color: white;
}
.block-41.panels .panel img {
  display: block;
}
.block-41.panels .panel + .panel {
  border-left: 1px solid #333333;
}
.block-41.panels .panel:hover .photo:after {
  background: var(--accent2);
  opacity: .5;
}
.block-41.panels .title {
  font-size: 2rem;
  font-weight: 300;
  font-family: 'RobotoSerif';
}
@media screen and (max-width:767px) {
  .block-41.panels .block-inner {
    flex-wrap: wrap;
  }
  .block-41.panels .panel {
    width: 100%;
    text-align: center;
  }
  .block-41.panels .caption {
    width: 100%;
  }
}
/*checking for variables*/

/*40 styles */

.block-sermons {
  padding: 4rem;
  background: url(/content/themes/newkirk/assets/img/bg-lines-right.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.block-sermons .sermon-list .title h1 {
  margin-bottom: 2rem;
  text-align: center;
}
.block-sermons iframe {
  aspect-ratio: 1.777777778;
  height: 100%;
  width: 100%;
}
.block-sermons .sermons {
  gap: 1rem;
  flex-wrap: wrap;
}
.block-sermons a.sermon-listing {
  width: 320px;
  gap: .5rem;
}
.block-sermons .tags {
  gap: .25rem;
}
.block-sermons .tag {
  background: var(--accent);
  display: inline-flex;
  align-items: center;
  padding: .25rem;
  border-radius: .25rem;
  font-size: 75%;
}
.block-sermons .tag.date {
  background: var(--accent2);
  color: white;
}
.block-sermons.sermon-entry .title {
  gap: 0;
}
.block-sermons.sermon-entry .title .meta {
  gap: .5rem;
}
.block-sermons.sermon-entry .container {
  max-width: 1240px;
}
.block-sermons.sermon-entry h1 {
  font-size: 3rem;
}
.block-sermons.sermon-entry .sermon {
  gap: 3rem;
}
.block-sermons.sermon-entry .video {
  width: 60%;
}
.block-sermons.sermon-entry h3 {
  font-size: 2rem;
}
.block-sermons.is-latest {
  padding: 6rem 4rem;
  background: url(/content/themes/newkirk/assets/img/bg-lines-right.png);
  background-position: bottom right;
  background-repeat: no-repeat;
}
.block-sermons.is-latest h2 {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
  text-decoration-color: var(--accent2);
}
.block-sermons.is-latest .block-inner {
  gap: 3rem;
}
.block-sermons.is-latest .meta {
  font-size: .9rem;
  font-weight: 600;
}
.block-sermons.is-latest .links a {
  gap: .25rem;
  color: #888888;
}
.pager {
  align-items: center;
  margin-top: 2rem;
}
.pager > a {
  padding: .5rem 1rem;
  display: flex;
  border-radius: .25rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.pager > a[active] {
  background: var(--primary);
  color: white;
}
@media screen and (max-width:767px) {
  .block-sermons {
    padding: 2rem 1rem;
  }
  .block-sermons.is-latest .sermons {
    justify-content: center;
    gap: 1.5rem;
  }
  .block-sermons.is-latest h2 {
    text-align: center;
    font-size: 2.5rem;
  }
  .block-sermons.is-latest a.sermon-listing {
    width: 100%;
    max-width: 90%;
  }
  .block-sermons.sermon-entry h1 {
    font-size: 2rem;
  }
  .block-sermons.sermon-entry .sermon {
    flex-direction: column;
    gap: 1rem;
    width: 100%;
  }
  .block-sermons.sermon-entry .sermon .video {
    width: 100%;
  }
}
/*checking for variables*/

/*43 styles */

.block-43.prayer {
  --background-image: url(/uploads/media/v-638210859505792154/p1-b43.jpg);
  background-color: var(--primary);
  background-image: var(--background-image);
  background-size: cover;
  background-position: top left;
  background-blend-mode: soft-light;
  color: white;
  padding: 4rem;
  height: 360px;
}
.block-43.prayer .block-inner {
  --gap: 0;
}
.block-43.prayer .caption {
  margin-left: 60%;
  gap: 0;
}
.block-43.prayer .title h3 {
  font-size: 2rem;
}
.block-43.prayer p {
  font-size: 1.25rem;
  font-weight: 300;
  max-width: 320px;
}
.block-43.prayer .button {
  border: 2px solid white;
  background: none;
  cursor: pointer;
}
.block-43.prayer .buttons {
  margin-top: 2rem;
}
.block-43.prayer .dialog {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 100;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  width: 100%;
  height: 100%;
  color: #252525;
  overflow-y: auto;
  inset: 0;
}
.block-43.prayer .dialog[open] {
  display: flex;
}
.block-43.prayer .dialog[open] .dialog-panel {
  margin-top: 0;
}
.block-43.prayer .dialog .dialog-title {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.block-43.prayer .dialog .dialog-panel {
  width: 100%;
  max-width: 480px;
  background: white;
  border-radius: .5rem;
  padding: 2rem;
  font-size: 1rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: -100%;
  transition: 350ms margin-top ease-in-out;
}
.block-43.prayer .dialog .dialog-body {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-43.prayer .dialog .button {
  background: var(--primary);
  border-radius: .5rem;
}
.block-43.prayer .dialog form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.block-43.prayer .dialog .close-btn {
  cursor: pointer;
  font-size: 20px;
  color: #888888;
}
.block-43.prayer .dialog .close-btn:hover {
  color: #222222;
}
@media screen and (max-width:767px) {
  .block-43.prayer {
    padding: 2rem;
  }
  .block-43.prayer .block-inner {
    height: 100%;
  }
  .block-43.prayer .caption {
    margin-left: 0;
  }
  .dialog {
    font-size: .9rem;
  }
  .dialog h4 {
    font-size: 1.5rem;
  }
}
/*checking for variables*/

