/**
Theme Name: Kreativija
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: kreativija
Template: astra
*/

@media (min-width: 922px) {
  .post-type-archive-storitev .site-content .ast-container {
    display: block !important;
  }
}


.storitev-list {
  display: grid;
  gap: 30px;
  margin-top: 30px;
}
.regija-blok {
  border: 1px solid #eee;
  padding: 20px;
  border-radius: 10px;
  background: #fafafa;
}
.regija-naslov {
  color: #c9a55d;
  font-size: 1.5rem;
  margin-bottom: 15px;
}
.storitev-seznam {
  list-style: none;
  margin: 0;
  padding: 0;
}
.storitev-seznam li {
  margin-bottom: 8px;
}
.storitev-seznam li a {
  color: #274056;
  text-decoration: none;
}
.storitev-seznam li a:hover {
  text-decoration: underline;
}


.regija-navigacija {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 20px 0 30px;
  font-size: 15px;
  align-items: center;
}
.regija-navigacija strong {
  color: #274056;
  margin-right: 8px;
}
.regija-navigacija a {
  background: #f2f2f2;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 6px 12px;
  color: #274056;
  text-decoration: none;
  transition: all 0.2s ease;
}
.regija-navigacija a:hover {
  background: #c9a55d;
  color: #fff;
  border-color: #c9a55d;
}


.zemljevid-slovenije {
  margin: 40px auto;
  text-align: center;
}
.mapa-slovenija {
  width: 100%;
  height: auto;
}
.regija-shape {
  fill: #ececec;
  stroke: #bbb;
  stroke-width: 2;
  cursor: pointer;
  transition: fill 0.25s ease, transform 0.2s ease;
}
.regija-shape:hover {
  fill: #c9a55d;
  stroke: #c9a55d;
  transform: scale(1.02);
}
.regija-shape.active {
  fill: #274056;
  stroke: #274056;
}

.splošne-storitve {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}
.splošne-storitve li a {
  color: #274056;
  text-decoration: none;
}
.splošne-storitve li a:hover {
  text-decoration: underline;
  color: #c9a55d;
}



body.archive .ast-archive-description {
  border: 1px solid #5376BA;
  border-radius: 10px;
}
