/*
@font-face {
  font-family: 'Univers';
  src: url('fonts/UniversRegular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Univers';
  src: url('fonts/UniversBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Univers';
  src: url('fonts/UniversLight.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Univers Condensed';
  src: url('fonts/UniversCnRg.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Univers Condensed';
  src: url('fonts/UniversCnBold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
*/

body {
  font-family: "Roboto", sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.6;
  color: #222;
}

a:focus {
	outline: none;
}

p {
  margin-bottom: 1rem;
  color: #000;
  font-size: 1.125rem;
  font-weight: 300 !important;
}


strong {
     font-weight: 700;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", sans-serif;
  color: #333333;
  line-height: 1.2;
  margin-bottom: 0.5rem;
}

h1 { font-size: 2.5rem; }
h2 {  
    letter-spacing: 0;
    font-size: 3rem;
    font-weight: 400 !important;
    line-height: 1.2; 
}
h3 { font-size: 1.75rem; }

body.single .entry-header {
    background: #12181C;
    color: white;
    min-height: 200px;
    vertical-align: middle;
    display: flex;
    flex-direction: ;
    align-items: center;
}

body.single .entry-header h1 {
    width: 1017px;
    max-width: 1017px;
    margin: 0 auto;
    color:#ffffff;
    font-size: 48px;
}

.custom-header {
      /*position: sticky;*/ /*odkomentiraj za sticky header*/
      top: 0;
      z-index: 1020;
      background-color: #f4f4f4;
     /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);*/
}

.rounded-img img {
    border-radius: .75rem;
}


.sivo-ozadje {
    background-color: #f4f4f4;    
}

.isaac-izdelki-link, .isaac-link-storitve, .isaac-link-onas, .isaac-link-kontakt,
.isaac-izdelki-link-en, .isaac-link-storitve-en, .isaac-link-onas-en, .isaac-link-kontakt-en {
    cursor: pointer;
}

.header-container {
      max-width: 1440px;
      margin: 0 auto;
      padding: 10px 20px;
      background-color: #f4f4f4;
      border-bottom: 1px solid #a1abb540;
}

.navbar-nav .nav-link {
      font-weight: 400;
      color: #333;
      margin: 0 10px;
      font-size:18px;
}

.navbar-nav .nav-link:hover {
      color: #1ba0a7;
}

.btn-kontakt {
      background-color: #007bdf;
      color: #ffffff !important;
      font-weight: 600;
      text-transform: uppercase;
      border: none;
      padding: 8px 20px;
      border-radius: 2px;
}

.btn-kontakt:hover {
    text-decoration: underline;
    background-color: #007bdf;
    color: #ffffff !important;
}

   
.lang-icon {
      color: #333;
      margin-left: 15px;
      font-size: 1.1rem;
}

.dropdown-menu li a {
      padding: 8px 16px;
      display: block;
      color: #333;
      font-weight: 500;
      text-transform: uppercase;
      text-decoration: none;
}

.dropdown-menu li a:hover {
      background-color: #f1f1f1;
}

.dropdown-menu.show {
    min-width: 180px;
}

.isaac-subtitle p {
    background-color: #0073C7;
    width: fit-content;
    padding: 3px 5px 3px 5px;
}


#menu-glavni-meni .current-menu-item > a {
  position: relative;
  text-decoration: none;
  color: #1BA0A7 !important;
}

#menu-glavni-meni .current-menu-item > a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0px;
  background: currentColor;
  /*color: #007bff;*/
}


.isaac-kontakt form input, .isaac-kontakt form textarea,
.isaac-kontakt form fieldset {
    max-width: 90% !important;
}

.isaac-kontakt form button {
    width: 90% !important;
}

.isaac-kontakt form label {
    margin-bottom: 6px !important;
    color: #333333 !important;
    font-weight: 500 !important;
}

/*footer*/

.footer {
  /*background-color: #12181C;*/
}

.footer p {
  color: #F3F3F3;
}

.footer a {
  color: #F3F3F3;
}

.footer a:hover {
  color: #fff;
}

.footer-links span {
    display: inline-block;
    margin-left: 30px;
}
.footer-links span a {
    color: #000; 
    text-decoration: none;   
}

.footer-links span a:hover{
    color: #1ba0a7;   
}

.footer .btn-outline-light {
  border-color: #666;
  color: #ccc;
}

.footer .btn-outline-light:hover {
  color: #fff;
  border-color: #fff;
}

.footer .spodnji-trak {
    color: #000 !important;
    border-top: 1px solid #e7e7e7;
    line-height: 50px;
    max-width: 1440px;
    margin: 0 auto;
}

.footer-widget h5 {
  color: #F3F3F3 !important;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  display: inline-block; /* ključna sprememba */
  position: relative;
}

.footer-widget h5::after {
  content: '';
  display: block;
  height: 2px;
  background-color: #999;
  margin-top: 4px;
  width: 100%; /* dolžina kot napis */
}

.footer-widget ul.menu {
  list-style: none;
  padding: 0;
  margin-top: 1rem;
}

.footer-widget ul {
  margin-left: 0px !important;
}

.footer-widget ul.menu li {
  margin-bottom: 6px;
}

.footer-widget ul.menu li a {
  color: #F3F3F3;
  text-decoration: none;
  font-size: 0.95rem;
}

.footer-widget ul.menu li a:hover {
  color: #fff;
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1050;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-color: #666;
  color: #ccc;
  background-color: transparent;
  transition: all 0.3s ease;
}

.back-to-top i {
    color:#000;
}

.back-to-top:hover, .back-to-top:hover i {
  color: #fff;
  border-color: #fff;
  background-color: #1ea3a8;
}

#menu-glavni-meni, #menu-glavni-meni-de, #menu-glavni-meni-en {
    margin-right: 0px !important;    
}

/* hero back */

.wp-block-stackable-columns.bgtext > .stk-row::after,
.wp-block-stackable-columns.bgtext > .stk-container::after {
  content: 'StekloDelux' !important;  /* ali uporabi modifierje kot zgoraj */
  position: absolute;
  left: -250px; top: 0;
  transform: translateX(8vw);
  font-size: min(36vw, 480px);
  line-height: .85;
  font-weight: 700;
  letter-spacing: .02em;
    color: transparent;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: #00000012;
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  z-index: 1;
  animation: bgtextMove .9s ease-out forwards;
  font-family: arial;

}

/* Poskrbi, da ima wrapper position context */
.wp-block-stackable-columns.bgtext > .stk-row,
.wp-block-stackable-columns.bgtext > .stk-container {
  position: relative !important;
  overflow: hidden;
}

/* Dvigni vsebino nad ozadje */
.wp-block-stackable-columns.bgtext > .stk-row > *,
.wp-block-stackable-columns.bgtext > .stk-container > * {
  position: relative;
  z-index: 2;
}

.offer-box {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    background-color: #fff;
    border-radius: 100rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 6rem;
    padding: .5em 1.5rem .5em 1.5em;
    display: flex;
    position: static;
    bottom: 0;
    width: fit-content;
}

.offer-box .offer-item img, .offer-box .offer-item .text-size-regular  {
    display: inline-block;
}

.offer-box .offer-item img {
    padding-right: 10px;
}


/* osnovna pozicija */
.navbar-nav > li { position: relative; }

/* skrij podmeni privzeto */
.navbar-nav .sub-menu {
  display: none;
  position: absolute;
  top: 100%; left: 0;
  z-index: 1000;
  min-width: 14rem;
  margin: 0; padding: .5rem 0;
  list-style: none;
  background-color: var(--bs-body-bg, #fff);
  border: 0px solid rgba(0,0,0,.15);
  border-radius: var(--bs-border-radius, .375rem);
  /*box-shadow: var(--bs-box-shadow, 0 .5rem 1rem rgba(0,0,0,.15));*/
}

/* prikaži na HOVER (desktop) */
@media (min-width: 992px) {
  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

/* izgled linkov v podmeniju, skladno z Bootstrappom */
.navbar-nav .sub-menu .nav-item > .nav-link {
  display: block;
  padding: .25rem 1rem;
  white-space: nowrap;
  color: var(--bs-body-color, #212529);
  text-decoration: none;
}
.navbar-nav .sub-menu .nav-link:hover,
.navbar-nav .sub-menu .nav-link:focus {
  background-color: var(--bs-dropdown-link-hover-bg, #f8f9fa);
  color: var(--bs-dropdown-link-hover-color, #16181b);
}

/* vizualen indikator za elemente z otroki */
.menu-item-has-children > .nav-link::after {
  content: "";
  display: inline-block;
  margin-left: .375rem;
  vertical-align: .255em;
  border-top: .35em solid;
  border-right: .35em solid transparent;
  border-left: .35em solid transparent;
  opacity: .6;
}

/* MOBILNO: podmeni naj bo “inline” in se odpira na klik */
@media (max-width: 991.98px) {
  .navbar-nav .sub-menu {
    position: static;
    border: 0;
    box-shadow: none;
    padding: 0 0 0 .75rem; /* malo zamika, da je hierarhija vidna */
  }
  .navbar-nav .sub-menu { display: none; }
  .navbar-nav li.submenu-open > .sub-menu { display: block; }
}

/* KONTAKTNI OBRAZEC */
/* Layout */
.cf7x .row { display:flex; gap:16px; /*margin-bottom:16px;*/ }
.cf7x .col { flex:1; min-width:0; }
.cf7x .col-12 { flex-basis:100%; }

/* Polja */
.cf7x input[type="text"],
.cf7x input[type="email"],
.cf7x input[type="tel"],
.cf7x textarea {
  width:100%;
  box-sizing:border-box;
  border:1px solid #e5e7eb;
  border-radius:6px;
  padding:14px 16px;
  font-size:16px;
  line-height:1.4;
  background:#fff;
  outline:none;
  transition:border-color .15s, box-shadow .15s;
}

.cf7x input[type="text"],
.cf7x input[type="email"],
.cf7x input[type="tel"] { height:38px; }

.cf7x textarea { min-height:160px; resize:vertical; }

.cf7x input::placeholder,
.cf7x textarea::placeholder { color:#9aa3ac; }

/* Focus */
.cf7x input:focus,
.cf7x textarea:focus {
  border-color:#26a6ab;
  box-shadow:0 0 0 3px rgba(38,166,171,.12);
}

/* Gumb */
.cf7x input[type="submit"]{
  width:100%;
  height:56px;
  border:none;
  border-radius:9999px; /* "pill" */
  background:#1ea3a8;
  color:#fff;
  font-weight:600;
  font-size:18px;
  cursor:pointer;
  transition:transform .05s ease, opacity .15s ease;
}
.cf7x input[type="submit"]:hover{ opacity:.92; }
.cf7x input[type="submit"]:active{ transform:translateY(1px); }

/* Responsivno: na mobitelih en stolpec */
@media (max-width: 640px){
  .cf7x .row { flex-direction:column; }
}



/* mobile */

@media (max-width: 992px) {
    
    body.single .entry-header h1 {
        padding-left:15px;
        padding-right:15px;
    }
    
    .job-wrapper {
        padding-left:15px;
        padding-right:15px;    
    }
    
    .dropdown-menu.show {
    left: 0px !important;
    }
    .counters {
        display: block !important;    
    }
    .offer-box {
        margin-top: 2rem;    
    }
    .offer-box .offer-item {
        display: flex !important;
    }
}