body{
  font-size:18px!important
}

a{
  text-decoration:none!important;
}

h3{
  font-family: "Square Peg", cursive;
}

.cursive{
  font-family: "Square Peg", cursive;
}

h1{
  font-family: "Source Serif 4", serif;
  font-weight:500!important
}

.serif{
  font-family: "Source Serif 4", serif;
}

.sivi{
  color:#7e7a7a
}

.text-crveno{
  color: #4D0508!important;
}

.banner-hero {
  height: 70vh;
  min-height:730px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-hero-pod {
  height: 50vh;
  min-height:330px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner-content {
  height: 100%;
  position: relative;
  z-index: 2;
}

.inner-content {
  width: 800px;
  max-width:100%;
  position: relative;
}

.inner-content a{
  background: #4D0508!important;
  color:#fff;
  padding:10px 20px;
  border-radius:5px;
  line-height:3
}

.banner-overlay-under-content {
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

.inner-content > .position-relative {
  position: relative;
  z-index: 2;
}

.full {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.crveno{
  background:#4d0508;
  color:#fff;
}

.rozo{
  background:#f2d9d3;
}

.page-template-page-sidebar-naslovna-hr .izbornik{
  position:absolute;
  z-index:5;
  width:100%;
  background:#000000cf;
}

.slika1{
  height:500px!important
}

.novosti img{
  height:200px
}

.novosti h5{
  font-size:24px;
    white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.link-vise{
  top:-56px;
  position:relative;
}

.link-vise a{
   text-decoration:underline!important;
}

.link-vise a:hover{
   color:#4d0508!important
}

.doprinos{
  background:#F2D9D3!important
}

.dole2{
  background:#F2D9D3!important;
  color: #000;
  padding:10px;
  margin-top:40px!important;
}

.doprinos img {
  height: 100px;
  object-fit: cover;
  margin-bottom: 10px;
  transform: scale(1);
  filter: sepia(0%) saturate(100%) hue-rotate(0deg) brightness(1) contrast(1);
  transition: filter 0.5s ease, transform 0.5s ease;
}

.doprinos img:hover {
  transform: scale(1.1);
  filter: sepia(200%) saturate(2000%) hue-rotate(-10deg) brightness(2.1) contrast(4.2);
}


.dole img{
  width:40px;
  height:40px;
  object-fit:contain;
  padding:5px;
  margin-right:10px
}

.izbornik{
  background:#4D0508;
}

.izbornik a{
  color:#F2D9D3;
  font-weight:500;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
     color:#fff!important;
}

.izbornik a.active {
  color:#fff!important;
}

.izbornik a:hover{
  color:#fff;
}

.dropdown-menu{
  background:#4D0508!important;
  border:none;
  padding:0!important
}

.dropdown-menu li{
  padding:10px 50px 10px 10px;
  border-bottom:solid 1px #F2D9D320
}

.dropdown-menu li:last-child{
  border-bottom:solid 0px #F2D9D320
}

.dropdown-item:hover{
  background:none!important
}

.mise-naslovna{
  background-color: #5e0b0b; 
  min-width: 250px; 
  max-width: 100%;
}

.mise-naslovna:first-child{
  border-radius:15px 0 0 15px
}

.mise-naslovna:last-child{
  border-radius:0 15px 15px 0
}

.svecenici{
  padding:50px 100px;
}

.svecenici img{
 aspect-ratio:1/1.3;
 object-fit:cover
}

.ispod-naslova{
  color:#a0a0a0
}

.onama{
  padding:50px 0;
}

.onama h2{
  font-family: "Square Peg", cursive;
  font-size:40px;
}

.onama h3{
  font-family: "Source Serif 4", serif;
  font-size:50px;
  font-weight:600
}

.kriz{
  text-align:center
}

.kontakt-stranica .fas{
  text-align:center;
  font-size:18px;
  margin-right:10px;
  width:20px
}

.custom-contact-form {
  max-width: 600px;
  margin: 0 auto;
  color: #4b1c1c;
}

.custom-contact-form .form-input,
.custom-contact-form .form-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #4b1c1c;
  background: transparent;
  padding: 10px 5px;
  font-size: 18px;
  margin-bottom: 20px;
  outline: none;
}

.custom-contact-form .form-textarea {
  border: 1px solid #4b1c1c;
  border-radius: 5px;
  resize: vertical;
  height: 120px;
}

.custom-contact-form .btn-send {
  background-color: #4b1c1c;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-size: 18px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.custom-contact-form .btn-send:hover {
  background-color: #6a2a2a;
}

.galerija-img-wrapper {
  position: relative;
  overflow: hidden;
}

.galerija-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.galerija-kriz {
  max-width: 50px;
  opacity: 0.85;
}

img.galerija-slika{
  width:100%;
  height:600px;
  object-fit:cover;
}

.mise{
  background:#f2d9d3;
  padding:50px 0
}

.mise select{
  background:#4d0508;
  border:none;
  color:#FFF;
}

.svecenici-1{
  background:#f2d9d3
}

.svecenici .col-md-8{
  padding-left:80px
}

.svecenici img{
  width:100%;
}

.formulari .entry-content a {
  display: flex;
  align-items: center;
  background: #fff;
  color: #600; /* boja teksta i ikona */
  font-weight: 600;
  text-decoration: none;
  padding: 1rem 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,.1);
  transition: background .3s;
  gap: 12px; /* razmak između ikone i teksta */
}

.formulari .entry-content a:hover {
  background: #f8f8f8;
}

.formulari .entry-content a[href$=".pdf"]::before {
  content: "\f1c1"; 
  font-family: "Font Awesome 5 Free"; 
  font-weight: 900;
  font-size: 1.5rem;
}

.formulari .entry-content a[href$=".pdf"]::after {
  content: "\f063"; 
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1.2rem;
  margin-left: auto;
}



@media (min-width: 1400px) {
    .wp-block-group.is-layout-constrained > * {
        max-width: 1320px;
    }
}

@media (min-width: 992px) {
.page-template-page-sidebar-naslovna-hr  .navbar-brand {
    display: none !important;
  }
  
.page-template-page-sidebar-naslovna-hr  .offcanvas-body .navbar-nav {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 100px) and (max-width: 768px) {
  
.banner-hero {
  height: 50vh;
  min-height:630px;
}

.nav-toggler{
  background:#fff!important;
  color:#4d0508!important;
  font-size:24px!important;
  padding:5px 15px!important
}

.slika1{
  height:250px!important;
  object-fit:cover
}

.novosti img{
  height:250px;
    object-fit:cover
}

.novosti h5{
  font-size:22px;
}

.text-end.link-vise.mt-3{
  top:-10px;
  text-align:center!important;
}

.doprinos img{
  height:50px;
}

.offcanvas{
  background:#4D0508!important;
  border:none;
  padding:0!important
}

.offcanvas li{
  background:#4D0508!important;
  border:none;
  padding:10px 20px!important;
  border:#00000050 solid 1px;
  margin-bottom:20px
}
  
.offcanvas .dropdown-menu{
  border:none;
  padding:0!important;
  box-shadow:none!important;
  --bs-dropdown-border-color: none!important
}


.offcanvas  .dropdown-menu li{
  padding:10px 50px 10px 10px;
  border-bottom:solid 1px #F2D9D320
}

.offcanvas  ul.dropdown-menu li{
  padding:10px 0px 10px 0px!important;
  border-bottom:solid 0px #F2D9D320;
  background:#00000050!important;
  border:none;
  margin:5px 0 0 0;
}

.offcanvas  .dropdown-menu li:last-child{
  border-bottom:solid 0px #F2D9D320
}

.offcanvas .dropdown-item:hover{
  background:none!important
}

.offcanvas .dropdown-toggle {
  position: relative;
  padding-right: 2rem; /* prostor za strelicu */
}

.offcanvas .dropdown-toggle::after {
  position: absolute;
  right: 1rem;
  top: 50%;
  transform: translateY(-50%);
  margin-left: 0;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

.mise-naslovna{
  min-width: 90%; 
  max-width: 100%;
}

.mise-naslovna:first-child{
  border-radius:15px 15px 0 0px
}

.mise-naslovna:last-child{
  border-radius:0 0 15px 15px 
}

.svecenici{
  padding:0px;
  font-size:18px
}

.svecenici img{
 aspect-ratio:1/1;
}

footer .p-5{
  padding:10px!important
}
  
.onama{
  padding:20px;
  font-size:17px;
}

.onama h2{
  font-size:30px;
}

.onama h3{
  font-family: "Source Serif 4", serif;
  font-size:30px;
}

.kriz{
  text-align:center
}

.kontakt-stranica .fas{
  text-align:center;
  font-size:18px;
  margin-right:10px;
  width:20px
}

.custom-contact-form {
  max-width: 600px;
  margin: 0 auto;
  color: #4b1c1c;
}

.custom-contact-form .form-input,
.custom-contact-form .form-textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #4b1c1c;
  background: transparent;
  padding: 10px 5px;
  font-size: 18px;
  margin-bottom: 20px;
  outline: none;
}

.custom-contact-form .form-textarea {
  border: 1px solid #4b1c1c;
  border-radius: 5px;
  resize: vertical;
  height: 120px;
}

.custom-contact-form .btn-send {
  background-color: #4b1c1c;
  color: #fff;
  border: none;
  padding: 10px 30px;
  font-size: 16px;
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s ease;
}

.custom-contact-form .btn-send:hover {
  background-color: #6a2a2a;
}

.galerija-img-wrapper {
  position: relative;
  overflow: hidden;
}

.galerija-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
}

.galerija-kriz {
  max-width: 50px;
  opacity: 0.85;
}

img.galerija-slika{
  width:100%;
  height:600px;
  object-fit:cover;
}

.mise{
  background:#f2d9d3;
  padding:50px 0
}

.mise select{
  background:#4d0508;
  border:none;
  color:#FFF;
}

.svecenici .col-md-8{
  padding-left:0px;
}

.svecenici img{
  width:100%;
}

.datum{

  width:100%;
  border-bottom:solid 1px #4d0508;
  margin-bottom:20px
}

.mise{
  text-align:center;
}

.row {
    --bs-gutter-x: 0px!important;
}

.navbar-nav.social-icons {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between; 
  align-items: stretch;
  width: 100%; 
  padding: 0;
  margin: 0;
  list-style: none;
}

.navbar-nav.social-icons .nav-item {
  flex: 1;
  text-align: center;
}

.navbar-nav.social-icons .nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;  
  color: #fff;
}
}

  
