/*
    Theme Name: Kingsmead Baptist Church
    Author: Kingsmead Baptist Church
    Author URI: http://www.kingsmeadbaptistchurch.co.uk/
    Description: Kingsmead Baptist Church
    Version: 1.0
    License: GNU General Public License v3 or later
    License URI: http://www.gnu.org/licenses/gpl-3.0.html
*/
@import url("https://fonts.googleapis.com/css2?family=Thasadith:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Carrois+Gothic&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Thasadith:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@keyframes lazyLoad {
  from {
    opacity: 0%;
  }
  to {
    opacity: 100%;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    z-index: 1000;
  }
  to {
    opacity: 0.25;
    z-index: -1;
  }
}
@keyframes displayBlock {
  from {
    display: none;
  }
  to {
    display: block;
  }
}
@keyframes marginAdjust {
  from {
    opacity: 0%;
    margin-top: 10rem;
  }
  to {
    opacity: 1;
    margin-top: 0rem;
  }
}
#drone {
  max-height: 80vh;
  height: 80vh;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  position: fixed;
  top: 0;
  z-index: -1;
}
#drone video {
  animation: fadeOut forwards 2s;
  animation-delay: 1.75s;
  opacity: 1;
  height: 100%;
}
@media (min-width: 1024px) {
  #drone video {
    height: auto;
    width: 115%;
  }
}

#featureImage {
  position: relative;
  overflow: hidden;
  min-height: 80vh;
  background-position: center;
  background-size: cover;
}
#featureImage span.black {
  font-weight: 200;
  color: #000000;
  display: block;
  width: 100%;
}
#featureImage > div {
  position: relative;
  z-index: 1;
  align-content: center;
  align-items: flex-start;
  color: #022971;
  font-weight: 600;
  animation: marginAdjust forwards 2s;
  animation-delay: 0.75s;
  opacity: 0%;
  height: 0;
  margin-top: 10rem;
}
#featureImage > div h1 {
  margin: 0;
}
#featureImage > div h1 span {
  font-size: 8vw;
}
#featureImage > div h1 span.strong {
  font-size: 15vw;
}
#featureImage > div h1 img {
  height: 15.75vw;
  width: auto;
  margin: 0 0.5rem;
}
#featureImage > div .logo_top {
  width: 4rem;
  height: auto;
  position: relative;
  margin-right: 0.75rem;
}
@media (min-width: 768px) {
  #featureImage > div h1 span {
    font-size: 4rem;
  }
  #featureImage > div h1 span.strong {
    font-size: 6.25rem;
  }
  #featureImage > div h1 img {
    height: 6rem;
    margin: 0 0.5rem;
  }
}
@media (min-width: 1024px) {
  #featureImage {
    min-height: 80vh;
  }
}

section.carousel {
  background-color: #fff;
}
section.carousel h1, section.carousel h2, section.carousel h3, section.carousel h4, section.carousel h5, section.carousel p {
  margin: 0;
}
section.carousel .container {
  display: flex;
  flex-wrap: wrap;
  max-width: 99vw !important;
}
section.carousel .allItems {
  overflow: hidden;
  max-width: 100%;
}
section.carousel .allItems::-webkit-scrollbar {
  display: none;
}
section.carousel .allItems .container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  scrollbar-width: 0;
  overflow-x: scroll;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
section.carousel .allItems .container::-webkit-scrollbar {
  display: none;
}
section.carousel .allItems .container .item {
  min-width: 75vw;
}
section.carousel .allItems .container .item .inner {
  padding: 1.25rem;
}
@media (min-width: 767px) {
  section.carousel .allItems .container .item {
    min-width: 60vw;
    width: 60vw;
    min-height: 30vw;
  }
}
@media (min-width: 1024px) {
  section.carousel .allItems .container .item {
    min-width: 49.75vw;
    width: 49.75vw;
    min-height: 24vw;
  }
}
section.carousel .allItems .item {
  scroll-snap-align: start;
}
section.carousel .navigation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}
section.carousel .navigation button {
  cursor: pointer;
  display: inline-block;
  background: transparent;
  width: 3.25rem;
  height: 3.25rem;
  border-radius: 100%;
  border: 0;
}
section.carousel .navigation button svg {
  width: 3.25rem;
  height: 3.25rem;
}

:where(.wp-block-columns.is-layout-flex) {
  gap: 0 !important;
}

html {
  margin-top: 0 !important;
}

summary::marker {
  display: none !important;
}

a {
  transition: 200ms;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
}

.wp-element-button,
.wp-block-button__link {
  transition: 200ms;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  background-color: #022971;
  color: #ffc700;
  font-weight: 600;
  border: 1px solid #ffc700;
}
.wp-element-button:hover, .wp-element-button:focus, .wp-element-button:focus-visible,
.wp-block-button__link:hover,
.wp-block-button__link:focus,
.wp-block-button__link:focus-visible {
  background-color: rgba(2, 41, 113, 0.05);
  border: 1px solid #022971;
  color: #022971;
}

#menu-primary {
  padding: 0;
  margin: 0;
  list-style: none;
}
#menu-primary * {
  transition: 200ms;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
}
#menu-primary a {
  text-decoration: none;
  color: #022971;
  font-weight: 400;
}
#menu-primary a:hover, #menu-primary a:focus, #menu-primary a:focus-visible {
  font-weight: 600;
}
@media (max-width: 920px) {
  #menu-primary {
    transition: 200ms;
    -webkit-transition: 200ms;
    -moz-transition: 200ms;
    background-color: #022971;
    position: absolute;
    height: 0;
    width: 100%;
    overflow: hidden;
    opacity: 0;
    left: 0;
    top: 4.25rem;
  }
  #menu-primary li {
    width: 90%;
    display: block;
    margin: 0;
  }
  #menu-primary li a {
    color: #ffffff;
  }
  #menu-primary.open {
    opacity: 1;
    height: auto;
  }
  #menu-primary.open li {
    margin: 1rem auto;
  }
}
@media (min-width: 920px) {
  #menu-primary {
    text-align: right;
    padding-right: 1.5rem;
    display: flex;
  }
  #menu-primary li {
    margin-left: 1rem;
  }
  #menu-primary li a {
    font-size: 1.25rem;
  }
}
@media (min-width: 1500px) {
  #menu-primary li a {
    font-size: 1.45rem;
  }
}

header {
  position: sticky;
  -webkit-position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 12000;
}
header.lazyLoad {
  animation: lazyLoad forwards;
  animation-duration: 1s;
  animation-delay: 3s;
  opacity: 0%;
}
header .inner {
  padding: 1.25rem;
}
header .logo {
  display: block;
  height: 2.5rem;
  width: auto;
  margin-right: 0.5rem;
}
header span {
  color: #022971;
}
@media (min-width: 920px) {
  header .inner {
    padding: 0.75rem 1.25rem;
  }
  header .logo {
    height: 3.75rem;
  }
  header span {
    font-size: 1rem;
  }
  header span.strong {
    display: block;
    font-size: 1.25rem;
    font-weight: 600;
  }
}
@media (min-width: 1500px) {
  header .logo {
    height: 5rem;
  }
  header span {
    font-size: 1.25rem;
  }
  header span.strong {
    display: block;
    font-size: 1.75rem;
    font-weight: 600;
  }
}
header .open_menu * {
  transition: 200ms;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
}
header .open_menu:hover, header .open_menu:focus, header .open_menu:focus-visible {
  cursor: pointer;
}
header .open_menu span {
  display: block;
  width: 1rem;
  height: 0.15rem;
  margin: 0.25rem 0;
  border-radius: 1rem;
  background-color: #022971;
}
header .open_menu.open span {
  transform: rotate(45deg);
  margin-top: 0.55rem;
}
header .open_menu.open span:nth-child(even) {
  transform: rotate(-45deg);
  margin-top: -0.35rem;
}
@media (max-width: 920px) {
  header .open_menu {
    position: fixed;
    top: 2rem;
    right: 1rem;
  }
}
@media (min-width: 920px) {
  header .open_menu {
    display: none;
  }
}

body:has(main.page) header {
  display: block;
}

footer {
  background-color: #ffffff;
}
footer .inner {
  padding: 1.25rem;
}
footer .inner span {
  display: block;
  margin: 0.15rem;
}
footer .inner .right {
  text-align: right;
}
footer .inner a {
  color: #022971;
  text-decoration: none;
}
footer .inner a:hover, footer .inner a:focus, footer .inner a:focus-visible {
  font-weight: 600;
}
@media (min-width: 768px) {
  footer .inner span {
    display: inline-block;
  }
  footer .inner div:nth-child(2) {
    text-align: right;
  }
}
@media (min-width: 1024px) {
  footer .inner div:nth-child(2) {
    display: flex;
    align-items: flex-end;
  }
  footer .inner div:nth-child(2) a {
    margin-right: 0.5rem;
  }
}

main.home .front_logo {
  max-width: 80%;
  margin: 0 auto;
}
main.home #contentContainer {
  background-color: #ffffff;
  animation: marginAdjust forwards 1.75s;
  padding-bottom: 2.5rem;
}

body.error main {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  align-items: center;
  text-align: center;
  min-height: 80vh;
  width: 100%;
}
body.error main .container {
  max-width: 1024px;
  width: 100%;
  margin: 0 auto;
}

body {
  background-color: #ffffff;
  display: block;
  margin: 0;
  width: 100%;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
body * {
  font-family: "Poppins", serif;
}
body h1 {
  font-size: 2.2rem;
}
body h2 {
  font-size: 2rem;
}
body h3 {
  font-size: 1.5rem;
}
body main p, body main ol, body main ul, body main details, body h4 {
  font-size: 1.2rem;
}

.m-0 {
  margin: 0;
}

.large {
  font-size: 2rem;
}

.medium {
  font-size: 1.25rem;
}

.strong {
  font-weight: 600;
}

h1, h2, h3 {
  color: #022971;
}

.flex-mobile,
.is-flex {
  display: flex;
}

.is-wrap {
  flex-wrap: wrap;
}

.justified-between {
  justify-content: space-between;
}

.justified-center {
  justify-content: center;
}

.align-start {
  align-items: flex-start;
}

.align-end {
  align-items: flex-end;
}

.align-right {
  align-items: flex-end;
}

.align-left {
  align-items: flex-start;
}

.align-center {
  align-items: center;
}

@media (min-width: 768px) {
  .flex-tablet {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .flex-desktop {
    display: flex;
  }
}
.is-block {
  display: block;
}

.is-full {
  width: 100%;
}

.text-center {
  text-align: center;
}

iframe {
  border: 0;
  width: 100%;
}

figure.hover a img {
  transition: 500ms;
  -webkit-transition: 500ms;
}
figure.hover a:hover img, figure.hover a:focus img {
  max-width: 102%;
  width: 102%;
  margin: -0.5%;
}

a.button {
  transition: 200ms;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  background-color: #022971;
  color: #ffc700;
  font-weight: 600;
  border: 1px solid #ffc700;
  text-decoration: none;
  display: inline-block;
  padding: 0.5rem 1%;
  margin: 0.5rem 0;
  max-width: 90%;
}
a.button:hover, a.button:focus, a.button:focus-visible {
  background-color: rgba(2, 41, 113, 0.05);
  border: 1px solid #022971;
  color: #022971;
}

#container {
  max-width: 1366px;
  margin: 0 auto;
}
#container .inner {
  padding: 1.25rem;
}

main.home > div,
#container.features > div {
  width: 100%;
}
main.home .scripture,
#container.features .scripture {
  background-color: #022971;
  min-height: 10rem;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}
main.home .scripture *,
#container.features .scripture * {
  width: 100%;
  color: #ffffff;
}
main.home .scripture * strong,
#container.features .scripture * strong {
  color: #ffc700;
}
main.home .services,
#container.features .services {
  background-color: rgba(2, 41, 113, 0.05);
}
main.home .services *,
#container.features .services * {
  margin: 0.25rem 0;
}
main.home .services .wp-block-heading,
#container.features .services .wp-block-heading {
  color: #022971;
}
main.home .services h2,
#container.features .services h2 {
  margin-bottom: 1rem;
}
@media (min-width: 1024px) {
  main.home .scripture,
#container.features .scripture {
    width: 60%;
  }
  main.home .services,
#container.features .services {
    width: 62%;
  }
}
@media (min-width: 1366px) {
  main.home .scripture,
#container.features .scripture {
    width: 60%;
  }
  main.home .services,
#container.features .services {
    width: 38%;
  }
}

main.leadership .wp-block-column {
  padding: 2rem 0;
}
main.leadership .wp-block-column:first-child {
  width: 100%;
}
main.leadership .avatar {
  margin: 0 auto;
  position: relative;
  width: 15rem;
  height: 15rem;
  background-color: #022971;
  border-radius: 100%;
  fill: #ffc700;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
main.leadership .avatar svg {
  display: block;
  height: 65%;
  width: auto;
  fill: #ffe380;
}
main.leadership figure {
  display: block;
  margin: 0 auto;
  width: 15rem;
  height: 15rem;
}
@media (min-width: 768px) {
  main.leadership .wp-block-column {
    width: 25%;
  }
}
@media (min-width: 1024px) {
  main.leadership .wp-block-column {
    width: 33.333%;
  }
}

.page_title {
  text-align: center;
}
.page_title * {
  margin: 0;
}

.map {
  position: relative;
  background-color: #ffffff;
}
.map .wp-element-button:hover, .map .wp-element-button:focus, .map .wp-block-button__link:hover, .map .wp-block-button__link:focus {
  background-color: rgba(255, 255, 255, 0.8);
}
.map .image_container {
  position: relative;
  overflow: hidden;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.map .image_container iframe {
  height: 80vw;
}
.map .image_container img {
  width: 250%;
  z-index: -1;
}
@media (min-width: 768px) {
  .map .image_container {
    height: 25rem;
    justify-content: flex-start;
    z-index: 5;
  }
  .map .image_container iframe {
    height: 100%;
  }
  .map .image_container img {
    width: 150%;
  }
}
@media (min-width: 1024px) {
  .map .image_container {
    height: 32.5rem;
  }
}

@media (min-width: 768px) {
  .contact_information {
    position: absolute;
    background-color: rgba(2, 41, 113, 0.88);
    border-radius: 10px;
    padding: 0.25rem 1.5rem 1rem;
    top: 10%;
    left: 5%;
    z-index: 10;
  }
  .contact_information h2, .contact_information h3, .contact_information h4, .contact_information p, .contact_information p a {
    color: #ffffff;
  }
}

main.page .wp-block-columns:has(.scripture) {
  align-items: flex-end !important;
}
main.page .wp-block-columns:has(.scripture) h3 {
  font-size: 1.25rem;
  padding-bottom: 1rem;
}
main.page .wp-block-columns:has(.scripture) p {
  width: 90%;
}
main.page .wp-block-columns:has(.scripture) .scripture {
  background-color: rgba(2, 41, 113, 0.1);
  display: flex;
  flex-wrap: wrap;
  padding: 1rem 0;
  margin-top: 1.25rem;
}
main.page .wp-block-columns:has(.scripture) .scripture * {
  width: 90%;
  margin: 0 auto;
}

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