body {
  overflow-x: hidden;
  background-color: #fff !important;
}
.entry-title {
  display: none;
}
.hero {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  height: calc(100svh - 138.75px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/wp-content/uploads/2023/09/hpc_01.webp");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  isolation: isolate;
  border-bottom: 5px solid #bf9b2c;
  margin-bottom: 90px;
  color: #fff;
}
.hero .slika {
  display: flex;
  justify-content: flex-end;
}
.hero .slika img {
  width: 80%;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  isolation: isolate;
  z-index: -1;
  background: #751612;
  opacity: 0.75;
}
.hero::after {
  content: "";
  width: 100px !important;
  aspect-ratio: 1;
  background-image: url("/wp-content/uploads/2023/09/kriz.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.unutarnji {
  max-width: 1200px;
}
.entry-content, .site-main {
  margin-top: 0 !important;
}
.inside-article {
  padding-top: 0 !important;
}
.istaknute-objave {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2em;
}
.istaknute-objave li {
  background-color: #f1f1f1;
  padding: 30px;
  position: relative;
}
.istaknute-objave li a.wp-block-latest-posts__post-title {
  text-align: center !important;
  text-decoration: none;
  font-family: Gloock;
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  color: #bf9b2c;
}
.istaknute-objave li .wp-block-latest-posts__post-date {
  text-align: center;
  margin: 15px 0;
}
.istaknute-objave li .wp-block-latest-posts__post-excerpt {
  margin-bottom: 50px;
}
.istaknute-objave li .wp-block-latest-posts__post-excerpt a {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 35px;
  width: 100%;
  background-color: #bf9b2c;
  border-bottom: 3px solid #751612;
  text-align: center;
  color: #000;
  padding: 5px 0;
  box-sizing: content-box;
  font-family: gloock;
  font-weight: bold;
  text-decoration: none;
}
.clanstvo {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  display: flex;
  justify-content: center;
  background-image: url("/wp-content/uploads/2023/09/crkva.webp");
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  isolation: isolate;
  position: relative;
  overflow: hidden;
  align-items: center;
}
.clanstvo .wp-block-button a {
  color: #000 !important;
}
.clanstvo::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #bf9b2c;
  opacity: 0.75;
  z-index: -1;
}

