@import url("https://fonts.googleapis.com/css2?family=Fira+Sans&display=swap");
html, body {
  height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  font-family: "Fira Sans", sans-serif !important;
}
a:focus {
  outline: none;
  border: none;
}
*, p {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 500 !important;
}
strong, b {
  font-weight: 800 !important;
}
.entry-content p {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 500 !important;
}
#modal-1-content > ul > li > a > span {
  font-family: "Fira Sans", sans-serif !important;
  font-weight: 400 !important;
}
.wp-block-latest-posts.is-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  /* Adjust for spacing between posts */
  margin-left: 60px !important;
}
.wp-block-latest-posts.is-grid li {
  flex: 1;
  max-width: 900px !important;
  display: flex;
  flex-direction: column;
  align-items: start !important;
  min-height: 40px !important;
}
@media (max-width: 600px) {
  .siteLogo {
    display: none !important;
  }
  .wp-block-latest-posts.is-grid {
    display: block;
    margin-left: 0 !important;
  }
  .headerMenu {
    position: sticky;
    top: 0;
    z-index: 1000;
    display: flex;
    justify-content: flex-end !important;
    padding: 10px 10px;
    margin-bottom: 0px !important;
    margin-top: -20px !important;
    background-color: #fff;
    /* or your header's color */
  }
  .findout {
    display: none !important;
  }
  .findMobile {
    display: block !important;
    padding-top: 30px !important;
  }
  body.home .mobileLogo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 10px;
    position: absolute !important;
    z-index: 9999 !important;
    top: -12px !important;
  }
  body:not(.home) .mobileLogo {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    padding-left: 10px;
    position: absolute !important;
    z-index: 9999 !important;
    top: 6px !important;
  }
}
.mobileLogo {
  display: none;
}
.findMobile {
  display: none;
}
a {
  text-decoration: none !important;
}
.wp-block-group.templateimg-group {
  position: relative;
  width: 70vw !important;
  margin: 0 auto;
  max-width: 100vw !important;
  height: auto !important;
  min-height: 100%;
  margin-top: -20px !important;
  -webkit-mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%) !important;
  -webkit-mask-image: linear-gradient(to left, transparent 0%, black 10%, black 90%, transparent 100%) !important;
  mask-image: linear-gradient(to right, transparent 0%, black 10%, black 90%, transparent 100%) !important;
  mask-image: linear-gradient(to left, transparent 0%, black 10%, black 90%, transparent 100%) !important;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
}
body {
  overflow-x: hidden;
}
.templatebody {
  margin-bottom: 30px !important;
}
.header-menu a {
  position: relative;
  max-width: 100vw;
  width: 100%;
  background-color: #4E148C;
  padding: 10px 15px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}
.header-menu a:focus, .header-menu a:active {
  outline: none;
  border: none;
}
.header-menu a:hover {
  background-color: #7C3ABD;
  /* lighter purple on hover */
}
@media (max-width: 600px) {
  .header-menu {
    padding: 0px !important;
    margin: 0px !important;
    gap: 0px !important;
  }
}
@media (max-width: 768px) {
  .find-new {
    display: none !important;
  }
  .find-new-mobile {
    display: block !important;
  }
}
.find-new-mobile {
  display: none !important;
}
.wp-block-gallery li, .wp-block-gallery .wp-block-image {
  position: relative;
  overflow: hidden;
}
.wp-block-gallery img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 0.3s ease;
  transform: translateZ(0);
}
.wp-block-gallery li::after, .wp-block-gallery .wp-block-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
  pointer-events: none;
}
.wp-block-gallery figcaption {
  position: absolute;
  top: 45%;
  left: 0;
  right: 0;
  padding: 10px;
  pointer-events: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  z-index: 2;
  text-align: center;
  font-size: 1rem !important;
  font-weight: 900 !important;
  transition: opacity 0.3s ease;
  transform: translateZ(0);
  backdrop-filter: none !important;
  -webkit-font-smoothing: antialiased;
}
.wp-block-gallery li:hover::after, .wp-block-gallery li:hover figcaption, .wp-block-gallery .wp-block-image:hover::after, .wp-block-gallery .wp-block-image:hover figcaption {
  opacity: 1;
}
.about-spacer {
  width: 1px;
  height: 100%;
  background-color: rgba(128, 128, 128, 0.5);
}
.footer-menu {
  width: 100%;
}
.is-style-compact {
  padding-bottom: -10px;
  margin: auto;
  width: 250px;
  min-width: 250px;
}
@media (min-width: 786px) {
  .is-style-compact {
    width: 700px;
    min-width: 700px;
  }
}
Navigation {
  width: 100%;
  display: inline-block;
}
.footer-menu a:focus, .footer-menu a:active {
  outline: none;
  border: none;
}
.footer-menu {
  display: block !important;
}
.footer-columns {
  display: flex !important;
  justify-content: center !important;
  /* Center columns horizontally */
  width: 65vw !important;
  flex-wrap: none !important;
  margin: auto !important;
  gap: 10vw !important;
  /* optional spacing between columns */
}
.footer-menu-mobile {
  display: none !important;
}
/* Mobile: Show .footer-menu-mobile, hide .footer-menu */
@media (max-width: 768px) {
  .footer-menu {
    display: none !important;
  }
  .footer-menu-mobile {
    display: block !important;
  }
  body > div.wp-site-blocks > div.wp-block-group.footer-menu-mobile.has-base-color.has-custom-primary-background-color.has-text-color.has-background.has-link-color.wp-elements-90b6a3e010544329e871dfae89ab5a06.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-69120b48.wp-block-group-is-layout-constrained > figure > img {
    width: 60px !important;
  }
}
.footer-spacer {
  height: 20px !important;
}
.about-img {
  width: 1000px;
  max-width: 100%;
  margin: auto !important;
}
/* Scale down on smaller screens */
@media (max-width: 768px) {
  .about-img {
    width: 90%;
    /* or something like 500px if you want a fixed size */
  }
}
.about-links {
  display: block;
}
.about-links-mobile {
  display: none;
}
/* Switch at 768px */
@media (max-width: 768px) {
  .about-links {
    display: none !important;
  }
  .about-links-mobile {
    display: block !important;
  }
}
.wp-block-terms-list {
  list-style: none !important;
  padding: 0;
  margin: 0;
  display: flex !important;
  flex-wrap: wrap;
  gap: 0px;
}
.wp-block-terms-list a {
  display: inline-block !important;
  margin: 2px;
  padding: 4px 12px;
  background-color: #4E148C;
  color: #fff;
  border-radius: 20px;
  font-weight: 400;
  text-decoration: none !important;
  font-size: 0.8rem;
  transition: all 0.1s ease;
  list-style: none !important;
  transition: all 0.1s ease;
}
.wp-block-terms-list a::before {
  content: "";
  margin-right: 0px;
  list-style: none !important;
}
.wp-block-terms-list a:hover {
  scale: 98%;
  background-color: #4E148C;
  color: #fff;
  opacity: 0.8;
  list-style: none !important;
}
.homeposts {
  display: flex;
  flex-wrap: wrap;
  transition: 0.3s ease !important;
  max-width: 1400px !important;
}
.newsposts {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 40px !important;
  justify-content: center;
  transition: 0.3s ease !important;
  max-width: 1400px !important;
}
.newstitle {
  text-shadow: 0px 0px 20px black;
  height: 100% !important;
  z-index: 60 !important;
  transition: 0.3s ease !important;
}
.postdescription {
  text-shadow: 0px 0px 20px black;
  font-weight: 600 !important;
  font-size: 14px !important;
  z-index: -999;
  pointer-events: none;
}
.newstitle a {
  padding: 150px !important;
  padding-top: 320px !important;
  margin-left: -150px;
  margin-right: -150px;
  margin-top: -200px;
  margin-bottom: -150px;
  z-index: 60 !important;
  transition: 0.3s ease !important;
}
.newscover {
  display: flex;
  flex-wrap: wrap;
  height: 490px;
  width: 360px;
  max-height: 60vh;
  margin-bottom: -30px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  cursor: pointer;
  /* update from default to pointer for links */
  transition: 0.3s ease !important;
}
.newscoverHome {
  display: flex;
  flex-wrap: wrap;
  height: 490px;
  width: 360px;
  max-height: 60vh;
  margin-bottom: -40px !important;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative;
  cursor: pointer;
  /* update from default to pointer for links */
  transition: 0.3s ease !important;
}
@media (min-width: 500px) and (max-width: 900px) {
  .homeposts {
    display: flex !important;
    justify-content: center;
  }
  .newsposts {
    display: flex !important;
    justify-content: center !important;
  }
  .newscoverHome {
    margin-bottom: 1px !important;
  }
  .wp-block-button__link {
    margin-right: 20px !important;
  }
}
@media (max-width: 500px) {
  .newscover {
    height: 80vh !important;
    width: 80vw;
    margin-bottom: -20px !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 80%, transparent 40%, black 100%) !important;
  }
  body:not(.home) .wp-block-button__link {
    margin-left: -5px !important;
    margin-right: auto !important;
  }
  .newscoverHome {
    height: 80vh !important;
    width: 80vw;
    margin-top: 15px !important;
    /* centers horizontally */
    margin-left: -50vw !important;
    margin-bottom: -20px !important;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.8) 0%, transparent 80%, transparent 40%, rgba(0, 0, 0, 0.8) 100%) !important;
  }
  .newstitle a {
    padding-top: 40vh !important;
    font-size: 20px !important;
  }
  .postdescription {
    font-size: 14px !important;
    pointer-events: none;
  }
  .wp-block-button__link {
    font-size: 15px;
    width: 60vw !important;
  }
}
.newscover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s ease;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 10%, transparent 30%, rgba(0, 0, 0, 0.8) 100%);
  transition: 0.3s ease !important;
}
.newscover:hover::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(124, 58, 189, 0.1) 10%, rgba(124, 58, 189, 0.1) 30%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 1;
  transition: 0.3s ease !important;
}
.newscoverHome::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s ease;
  opacity: 1;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 10%, transparent 30%, rgba(0, 0, 0, 0.8) 100%);
  transition: 0.3s ease !important;
}
.newscoverHome:hover::after {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, rgba(124, 58, 189, 0.1) 10%, rgba(124, 58, 189, 0.1) 30%, rgba(0, 0, 0, 0.8) 100%);
  opacity: 1;
  transition: 0.3s ease !important;
}
.category-group {
  list-style: none !important;
  width: 70vw !important;
  display: flex;
  flex-wrap: auto;
  justify-content: center;
  align-items: center;
  gap: 0px;
}
#wp--skip-link--target > div > div.wp-block-query.alignwide.has-global-padding.is-layout-constrained.wp-block-query-is-layout-constrained > ul > li {
  display: flex;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 0px;
}
body div > h2 > a {
  text-shadow: 0px 0px 10px black !important;
  padding: 60px !important;
  padding-top: 290px !important;
  margin-left: -60px;
  margin-right: -60px;
  margin-top: -290px;
  margin-bottom: -62px;
  font-weight: 800;
  font-size: 20px !important;
  transition: 0.3s ease !important;
}
figure.post-thumbnail::after {
  opacity: 0;
  pointer-events: none;
}
body > div.wp-site-blocks > div.wp-block-group.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-cd489d8c.wp-block-group-is-layout-constrained > div > button {
  display: block !important;
  margin: 20px auto;
  width: fit-content !important;
  background: #4E148C;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: all 0.1s ease;
}
body > div.wp-site-blocks > div.wp-block-group.has-global-padding.is-layout-constrained.wp-container-core-group-is-layout-cd489d8c.wp-block-group-is-layout-constrained > div > button:hover {
  scale: 98%;
  opacity: 0.8;
}
.wp-block-button__link {
  display: inline !important;
  width: auto !important;
  margin: auto;
  margin-left: 20px;
  background: #4E148C;
  font-weight: 500;
  border-radius: 10px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.8);
  cursor: pointer;
  transition: all 0.1s ease;
}
.wp-block-button__link:hover {
  scale: 98%;
  opacity: 0.8;
}
#metaslider_243 > ul > li.flex-nav-prev > a:hover {
  scale: 98%;
  opacity: 0.8;
}
#metaslider_243 > ul > li.flex-nav-next > a:hover {
  scale: 98%;
  opacity: 0.8;
}