@import url("https://fonts.googleapis.com/css2?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&display=swap");
/* custom colors */
:root {
  --siva: #666666;
  --siva-tamna: #333333;
  --siva-svijetla: #a5abbd;
  --bijela: #fff;
  --plava: #2483e5;
  --plava-tamna: #0049a1;
  --sekundarna: #4baba4;
}
.text-siva {
  color: var(--siva) !important;
}
.text-bijela {
  color: var(--bijela) !important;
}
/* navigacija stilovi */
.navigacija {
  background-color: var(--plava-tamna);
  text-transform: uppercase;
}
.nav-link {
  color: var(--bijela) !important;
}
.navbar-brand {
  color: var(--bijela) !important;
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgb(255,255,255)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

/* offcanvas navigacija */
.offcanvas {
  background-color: var(--plava-tamna);
  max-width: 300px;
}
.offcanvas-title {
  color: var(--bijela);
}
.link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.link:first-child {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.link2 {
  border-top: 1px solid rgba(255, 255, 255, 0.5) !important;
}
.link2:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5) !important;
}
hr:not([size]) {
  height: 4px;
  color: var(--bijela);
  margin: 25 0 25 0;
}
.dropdown-toggle::after {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 0.3em;
  vertical-align: middle;
  content: "";
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-left: 0.3em solid transparent;
  float: right;
  margin-top: 8px;
}

/* izdvojeno */
.izdvojeno {
  background-color: var(--plava);
}
body {
  font-family: "Poppins", sans-serif;
  background: var(--bijela);
  margin: 0;
  height: 100%;
}

p {
  font-weight: 300;
  line-height: 1.7em;
  color: var(--siva-tamna);
}

a,
a:hover,
a:focus {
  color: var(--plava);
  text-decoration: none;
  transition: all 0.3s;
}

/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */

/* card edit */
@media screen and (min-width: 768px) {
  .card-img-top {
    width: 100%;
    height: 15vw;
    object-fit: cover;
  }
}

/* scrollbar */
/* ===== Scrollbar CSS ===== */
/* Firefox */
* {
  scrollbar-width: auto;
  scrollbar-color: var(--siva-svijetla) #ffffff;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 16px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--siva-svijetla);
  border: 3px none var(--siva-svijetla);
}

.some-image {
  animation-name: example;
  animation-duration: 5s;
}

@keyframes example {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.button {
  background: var(--plava-tamna);
  color: var(--bijela);
  border: 0;
  padding: 10px;
  margin: 10px 10px 10px 0px;
}

.read-more {
  display: block;
}

.offcanvas-title span {
  white-space: nowrap;
}

/* .navbar-nav li ul {
  display: none;
}

.navbar-nav li:hover > ul {
  display: block;
}

.navbar-nav li {
  position: relative;
} */

/* ul.sub-menu {
  display: none;
} */

#menu-dno {
  list-style-type: none;
  margin-left: -30px;
}

.transparent-bg {
  background: transparent;
}

.sub-menu {
  display: none;
}

.show-sub-menu {
  display: block !important;
}

.sub-menu li {
  list-style-type: none;
}

.menu-item-has-children {
  position: relative;
}

.menu-item-has-children > .nav-link:after { 
  content: '>';
  position: absolute;
  right: 30px;
} 

.sidebar li:first-child {
  margin-top: 10px;
}

.sidebar li {
  margin-top: 5px;
}

.wp-block-file__button::after {
  content: "Preuzimanje";
}