/* -----------------------------------------------
   Tema: mirna, dostojanstvena paleta za portal čitulja
   Zamjenjuje: #2a0134 (tamno ljubičasta) i #FFD700/#ffbd00 (zlatno-žuta)
   Nova paleta:
     primary:       #2c3e50  (tamno sivo-plava)
     primary-dark:  #1a252f
     accent:        #546e7a  (prigušena plavo-siva)
     accent-hover:  #37474f
     accent-light:  #78909c
     accent-lighter:#90a4ae
----------------------------------------------- */

/* Navbar */
#mainNav {
  background-color: #2c3e50 !important;
}
.navbar-collapse {
  background-color: #2c3e50 !important;
}
#mainNav .link {
  color: #cfd8dc !important;
}
#mainNav .link:hover {
  color: #fff !important;
}

/* Primary button */
.btn.btn-primary {
  background-color: #546e7a !important;
  border-color: #455a64 !important;
  color: #fff !important;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
  background-color: #37474f !important;
  border-color: #263238 !important;
  color: #fff !important;
}

/* Default button */
.btn.btn-default {
  border-color: #90a4ae !important;
  color: #2c3e50 !important;
}
.btn.btn-default:hover,
.btn.btn-default:focus:active {
  background-color: #eceff1 !important;
  color: #2c3e50 !important;
}

/* Post category badge */
.post-cat {
  background-color: #546e7a !important;
  border-color: #455a64 !important;
}
.post-cat span {
  color: #fff !important;
}

/* Post title link */
a.post-title,
a.post-title:visited {
  color: #2c3e50 !important;
}
a.post-title:hover {
  color: #546e7a !important;
}

/* Form focus */
.form-control:focus {
  border-color: #78909c !important;
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(84,110,122,0.4) !important;
}

/* Pagination */
.pagination > li > a:hover,
.pagination > li > a:focus,
.pagination > li > a:active {
  background-color: #cfd8dc !important;
  color: #2c3e50 !important;
}
.pagination > li.active > span,
.pagination > li.active > span:hover {
  background-color: #546e7a !important;
  border-color: #455a64 !important;
  color: #fff !important;
}

/* Back to top */
#back-to-top {
  background: #546e7a !important;
  color: #fff !important;
  border-color: #37474f !important;
}
#back-to-top:hover {
  background: #37474f !important;
}

/* Fixed bottom bar border */
#choose-fixed,
#buttons-fixed {
  border-top-color: #90a4ae !important;
}

/* Admin nav */
.admin-nav {
  border-color: #90a4ae !important;
}
.admin-nav li.active > a,
.admin-nav li.active:hover > a {
  background-color: #546e7a !important;
  color: #fff !important;
}

/* Thumbnail hover */
.thumbnail:hover,
.thumbnail:focus {
  border-color: #78909c !important;
}

/* Embed menu (smrtovnice widget) */
.embed-menu {
  background-color: #546e7a !important;
  border-color: #455a64 !important;
}
.embed-menu a {
  color: #fff !important;
}

/* Pricing table highlights */
.table-black table tr.white:hover {
  background-color: #cfd8dc !important;
  color: #2c3e50 !important;
}
.table-black table tr.type-checked {
  background-color: #78909c !important;
  color: #fff !important;
}
th.pricing-head {
  color: #90a4ae !important;
}

/* Order crumbs active step */
.order-crumbs .crumbs-step.active {
  color: #546e7a !important;
}

/* Yellow span override */
span.yellow {
  color: #78909c !important;
}
a.yellow:hover {
  color: #546e7a !important;
}

/* CTA dugme na naslovnoj (inline stil override) */
a.btn-cta-homepage {
  background-color: #546e7a !important;
  color: #fff !important;
}
a.btn-cta-homepage:hover {
  background-color: #37474f !important;
  color: #fff !important;
}
