/*
Theme Name: Stiba
Theme URI: https://www.optilink.si/
Author: Optilink
Author URI: https://www.optilink.si/
Description: Optilink
Version: 1.0
Text Domain: stiba
*/
body {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  color: #020419;
  /* - Headings - */
  /* - Links - */
  /* - Colors - */
  /*- Buttons -*/
  /* - Header - */
  /* - Main - */
  /*- Footer -*/
}

body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  color: #020419;
}

body h1 {
  font-size: 2rem;
  margin-bottom: 0em;
}

body h2 {
  font-size: 1.5rem;
}

body h3 {
  font-size: 1.25rem;
}

body h4 {
  font-weight: 400;
  text-transform: uppercase;
  font-size: 1rem;
}

@media (min-width: 992px) {
  body h1 {
    font-size: 3.5rem;
  }
  body h2 {
    font-size: 2.375rem;
  }
  body h3 {
    font-size: 1.75rem;
  }
  body h4 {
    font-size: 1.5rem;
  }
}

body a {
  color: #020419;
  text-decoration: none;
  -webkit-transition: border-color .15s ease-in-out,color .15s ease-in-out;
  transition: border-color .15s ease-in-out,color .15s ease-in-out;
}

body a:hover, body a:active {
  color: #ff1716;
  text-decoration: none;
}

body .red {
  color: #ff1716;
}

body .bold {
  font-weight: bold;
}

body .btn, body .vc_btn3.vc_btn3-shape-square {
  display: inline-block;
  font-weight: normal;
  color: #020419;
  text-transform: none;
  text-align: center;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid #ff1716;
  padding: .75rem 1.5rem !important;
  font-size: 16px !important;
  line-height: 16px !important;
  border-radius: 5px !important;
  -webkit-box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 8px 30px rgba(0, 0, 0, 0.25);
  -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out;
  transition: box-shadow .15s ease-in-out, color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out, -webkit-box-shadow .15s ease-in-out;
}

body .btn:focus, body .btn:active, body .vc_btn3.vc_btn3-shape-square:focus, body .vc_btn3.vc_btn3-shape-square:active {
  outline: none !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

body .btn-primary, body .vc_btn3.vc_btn3-color-blue, body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
  color: #ffffff !important;
  background-color: #ff1716 !important;
  -webkit-transition: all .5s ease-in-out !important;
  transition: all .5s ease-in-out !important;
  border: 1px solid #ff1716 !important;
}

body .btn-primary:hover, body .btn-primary:active, body .btn-primary:focus, body .vc_btn3.vc_btn3-color-blue:hover, body .vc_btn3.vc_btn3-color-blue:active, body .vc_btn3.vc_btn3-color-blue:focus, body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:hover, body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:active, body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat:focus {
  color: #ffffff !important;
  background-color: #020419 !important;
  border: 1px solid #020419 !important;
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.16);
}

body .btn-primary .fa, body .btn-primary .far, body .btn-primary .fas, body .vc_btn3.vc_btn3-color-blue .fa, body .vc_btn3.vc_btn3-color-blue .far, body .vc_btn3.vc_btn3-color-blue .fas, body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat .fa, body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat .far, body .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat .fas {
  margin-left: 10px;
}

body header {
  background: #ffffff;
  /*.container-fluid {
            padding-left: 0px;
        }*/
}

body header a.navbar-brand {
  padding: .5rem 0rem;
}

body header img.logo {
  max-width: 120px;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  body header img.logo {
    max-width: 200px;
  }
}

body header .navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0rem;
  padding-bottom: 0rem;
}

body header .navbar .navbar-nav a.nav-link {
  color: #020419;
  margin-left: 0px;
  text-transform: none;
  position: relative;
}

body header .navbar .navbar-nav a.nav-link:before {
  content: "";
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-image: linear-gradient(45deg, #ff1716, #ad0100);
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body header .navbar .navbar-nav a.nav-link:hover:before {
  visibility: visible;
  width: 100%;
}

body header .navbar .navbar-nav a.nav-link:hover, body header .navbar .navbar-nav a.nav-link:active, body header .navbar .navbar-nav a.nav-link:focus {
  color: #ff1716;
}

@media (min-width: 992px) {
  body header .navbar .navbar-nav a.nav-link {
    padding: 1.25rem 0rem;
    margin: 0rem 1rem;
  }
}

body header .navbar-light .navbar-nav .active a.nav-link,
body header .navbar-light .navbar-nav .current-page-ancestor a.nav-link {
  color: #ff1716;
}

body header .navbar-light .navbar-nav .active a.nav-link:before,
body header .navbar-light .navbar-nav .current-page-ancestor a.nav-link:before {
  content: "";
  position: absolute;
  visibility: visible;
  width: 100%;
  height: 3px;
  bottom: -3px;
  left: 0;
  background-image: linear-gradient(45deg, #ff1716, #ad0100);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (min-width: 768px) {
  body header .navbar-light .navbar-nav .nav-link {
    margin-right: 10px;
  }
}

body header .navbar-toggler {
  background-color: transparent;
  border: 0px solid transparent;
  padding: .25rem 0rem;
}

body header .navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(220, 40, 30, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

body header .navbar-toggler:focus,
body header .navbar-toggler:active,
body header .navbar-toggler-icon:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

body header .navbar-collapse {
  /*padding-left: 12px;*/
  padding-bottom: 24px;
}

@media (min-width: 992px) {
  body header .navbar-collapse {
    padding-left: 0px;
    padding-bottom: 0px;
  }
}

body header .mobile-menu .modal-header {
  border-bottom: 0px solid transparent;
  padding: 5px 0px;
}

body header .mobile-menu .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background: rgba(2, 4, 25, 0.95);
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0rem;
  outline: 0;
  color: #ffffff;
}

body header .mobile-menu .modal-content a {
  color: #ffffff;
  font-size: 20px;
}

body header .mobile-menu .modal-content a:hover {
  color: #ff1716;
}

body header .mobile-menu .modal-content .btn-outline-primary {
  color: #ffffff !important;
}

body header .mobile-menu .modal-content .textwidget {
  line-height: 38px;
  padding: 5px 0px;
}

body header .mobile-menu .modal-content ul#menu-mainmenu-1.navbar-nav li {
  opacity: 0;
  -webkit-animation: fadeIn .1s ease-in both;
  animation: fadeIn .1s ease-in both;
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}

body header .mobile-menu .modal-content ul#menu-mainmenu-1 li a {
  color: #ffffff;
  font-size: 20px;
}

body header .mobile-menu .modal-content ul#menu-mainmenu-1 li a:hover, body header .mobile-menu .modal-content ul#menu-mainmenu-1 li a.active {
  color: #ff1716;
}

body header .mobile-menu .modal-content ul#menu-secondarymenu-1.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

body header .mobile-menu .modal-content ul#menu-secondarymenu-1.navbar-nav li .nav-link {
  margin-left: 20px;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

body header .mobile-menu .btn-close {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 2.375em;
  height: 88px;
  padding: 0em 0em;
  color: #ff1716;
  border: 0;
  border-radius: 0.25rem;
  opacity: 1;
}

body header .mobile-menu .modalfade {
  animation: fadeIn .1s;
  -moz-animation: fadeIn .1s;
  -webkit-animation: fadeIn .1s;
  -o-animation: fadeIn .1s;
}

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

@-webkit-keyframes fadeIn {
  /* Safari and Chrome */
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

body .modal-backdrop {
  display: none;
}

@-webkit-keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

body main {
  /* - Vc - */
  /* - Accordion - */
  /* - Fomrs - */
}

body main ul li {
  line-height: 28px;
}

body main.error-page .header-title {
  margin-bottom: 50px;
}

body main .header-title {
  min-height: 300px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  /*background-image: $gradient-dark;*/
  /*background-image: url('');*/
  /*background: #1c1e32;*/
  background: linear-gradient(-45deg, #1687ff, #020418);
  /*#ff1616,*/
  background-size: 400% 400%;
  -webkit-animation: gradient 15s ease infinite;
          animation: gradient 15s ease infinite;
  color: #ffffff;
}

body main .header-title h1 {
  color: #ffffff;
}

@media (min-width: 992px) {
  body main .header-title {
    margin-bottom: 100px;
    min-height: 400px;
  }
}

body main .slider {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  body main .slider {
    margin-bottom: 100px;
  }
}

body main.front-page .vc_row {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 100px;
}

body main.front-page .vc_row.vc_row-o-equal-height {
  margin-bottom: 50px;
}

body main.front-page .vc_row .vc_column-inner .vc_row {
  margin-bottom: 50px;
}

body main .vc_row {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 50px;
}

body main .wpb_button, body main .wpb_content_element, body main ul.wpb_thumbnails-fluid > li {
  margin-top: 10px;
  margin-bottom: 10px;
}

body main .vc_row.video {
  margin-bottom: 0px;
}

body main .vc_row.video .vc_column-inner {
  padding-left: 0px;
  padding-right: 0px;
}

body main .vc_row.video .vc_column-inner .wpb_content_element {
  margin-bottom: 0px;
}

body main .box-service {
  background: linear-gradient(45deg, #dddddd, #eeeeee);
  color: #020419;
  border-radius: 5px;
  padding: 20px 20px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  -webkit-box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 8px 25px rgba(0, 0, 0, 0.16);
  /*@media (min-width: 768px) { 
                padding: 50px 25px;
            }*/
}

body main .box-service h3 {
  min-height: 58px;
  font-size: 1.5rem;
}

body main .box-service .vc_separator.vc_sep_color_grey .vc_sep_line {
  border-color: #dddddd;
}

body main .box-service .icon {
  width: 100%;
  height: 100%;
  max-width: 90px;
}

body main .box-service .icon.ogrevanje, body main .box-service .icon.vodovod, body main .box-service .icon.plinske-instalacije, body main .box-service .icon.prezracevanje, body main .box-service .icon.hlajenje, body main .box-service .icon.gradbenistvo {
  -webkit-transition: stroke 0.5s ease-in-out;
  transition: stroke 0.5s ease-in-out;
}

body main .box-service .icon.vodovod {
  -webkit-transition: stroke 0.5s ease-in-out;
  transition: stroke 0.5s ease-in-out;
}

body main .box-service:hover {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.16);
}

body main .box-service:hover .icon.ogrevanje {
  stroke: #ff1716;
}

body main .box-service:hover .icon.vodovod {
  stroke: #1687ff;
}

body main .box-service:hover .icon.plinske-instalacije {
  stroke: #ff1716;
}

body main .box-service:hover .icon.prezracevanje {
  stroke: #1687ff;
}

body main .box-service:hover .icon.hlajenje {
  stroke: #1687ff;
}

body main .box-service:hover .icon.gradbenistvo {
  stroke: #ff1716;
}

body main .background-image {
  min-height: 300px;
}

@media (min-width: 768px) {
  body main .background-image {
    min-height: 400px;
  }
  body main .background-image .vc_column-inner .column-content .vc_column-inner {
    margin: 50px 50px;
  }
}

@media (min-width: 992px) {
  body main .background-image {
    min-height: 500px;
  }
  body main .background-image .vc_column-inner .column-content .vc_column-inner {
    margin: 100px 100px;
  }
}

body main .vc_column_container .vc_column-inner .vc_row .vc_column-inner {
  padding-top: 0px !important;
  padding-bottom: 0px;
}

body main .vc_column-inner h1, body main .vc_column-inner h2 {
  margin-bottom: 25px;
}

body main .wpb_image_grid ul.wpb_image_grid_ul ul li {
  width: 33.3333%;
  display: block;
  margin: 0 auto;
}

body main .wpb_image_grid ul.wpb_image_grid_ul li img {
  display: block !important;
  max-width: 100% !important;
  height: auto;
  padding-bottom: 25px;
}

@media (min-width: 768px) {
  body main .wpb_image_grid ul.wpb_image_grid_ul li img {
    padding: 0px 12px 25px 12px;
    max-width: 300px !important;
  }
}

@media (min-width: 992px) {
  body main .wpb_image_grid ul.wpb_image_grid_ul li img {
    max-width: 250px !important;
  }
}

@media (min-width: 1200px) {
  body main .wpb_image_grid ul.wpb_image_grid_ul li img {
    max-width: 300px !important;
  }
}

@media (min-width: 1400px) {
  body main .wpb_image_grid ul.wpb_image_grid_ul li img {
    max-width: 398px !important;
  }
}

body main .background-gradient {
  background-image: linear-gradient(45deg, #ff1716, #ad0100);
  color: #ffffff;
  padding: 50px;
}

body main .background-gradient h1, body main .background-gradient h2 {
  color: #ffffff;
}

body main .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading,
body main .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
  border-color: #020419 !important;
  background-color: #020419 !important;
}

body main .vc_tta.vc_general .vc_tta-panel {
  margin-bottom: 25px;
}

body main .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a,
body main .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
  color: #ffffff !important;
}

body main .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, body main .vc_tta-color-white.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before {
  border-color: #ff1716;
}

body main .vc_tta.vc_general .vc_tta-panel-body > :last-child {
  margin-bottom: 0px;
}

body main .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body, body main .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::after, body main .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body::before {
  border-color: transparent;
}

body main .vc_tta-color-white.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
  background-color: #ffffff;
}

body main form h3 {
  font-family: "Barlow", sans-serif;
  font-weight: bold;
  padding-bottom: 15px;
  border-bottom: 1px solid #020419 !important;
  margin-bottom: 15px;
}

body main form .wpcf7-form-control-wrap {
  display: block;
  margin-bottom: 25px;
}

body main form .form-panel {
  margin-bottom: 30px;
}

body main form .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #020419;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #dddddd;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0px;
  -webkit-transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

body main form .form-control.wpcf7-not-valid {
  border-color: #ff1716;
}

body main form .wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 0em;
}

body main form .wpcf7-response-output {
  margin: 1em 0em 1em !important;
  padding: 0.2em 1em;
  border: 2px solid #ff1716;
}

body main form .wpcf7-not-valid-tip {
  color: #ff1716;
}

body main form label.form-label, body main form .wpcf7-not-valid-tip {
  font-size: 12px;
}

body main form .wpcf7-spinner {
  visibility: hidden;
  display: block;
  background-color: #020419;
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

body #back-to-top {
  position: fixed;
  bottom: 10px;
  right: 15px;
  z-index: 9999;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #020419;
  color: #ff1716;
  cursor: pointer;
  border: 0;
  text-decoration: none;
  -webkit-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
  opacity: 0;
  border-radius: 0px;
}

body #back-to-top:hover {
  background: #ff1716;
  color: #020419;
}

body #back-to-top.show {
  opacity: 1;
}

body footer {
  position: relative;
  color: #020419;
  background-color: #eeeeee;
}

body footer .footer .footer-col {
  padding-top: 25px;
  padding-bottom: 25px;
}

@media (min-width: 992px) {
  body footer .footer .footer-col {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

body footer .footer h3 {
  color: #020419;
  margin-bottom: 15px;
}

body footer .footer a {
  color: #020419;
}

body footer .footer a:hover {
  color: #ff1716;
}

body footer .footer img.logo {
  width: 200px;
  height: auto;
  margin-bottom: 15px;
}

body footer .footer p {
  margin-bottom: 20px;
}

body footer .footer ul {
  list-style-type: none;
  padding: 0px;
  margin-bottom: 10px;
}

body footer .footer ul li {
  margin-right: 10px;
  display: block;
}

body footer .footer ul li a:hover {
  color: #ff1716;
}

body footer .footer .icon {
  background: #ff1716;
  display: inline-block;
  margin: 0px 5px 5px 0px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
  border-radius: 5px;
}

body footer .copyright {
  min-height: 50px;
  height: auto;
  line-height: 25px;
  font-size: 14px;
  border-top: 1px solid #dddddd;
}

body footer .copyright img {
  max-width: 70px;
}

@media (min-width: 768px) {
  body footer .copyright {
    line-height: 70px;
  }
}
/*# sourceMappingURL=style.css.map */