/*
Theme Name: Induzy Child
Description: Child Theme for Induzy Theme
Author: Zozothemes
Version: 1.0
Template: induzy
Tags: one-column, two-columns, right-sidebar, flexible-header, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: zozotheme
*/

/* header */
.logobar-items > li img {
  max-height: 90px !important;
}
.header-inner .media i {
  margin-right: 0;
}

/* Home page */

/* RFP */
.home .additional-call-to-action {
  background-color: #99d0ef !important;
  background-position: bottom !important;
  background-size: 100% auto !important;
}

/* Konfigurator */
.wpcf7 textarea, .wpcf7 input, .wpcf7 select {
  margin-bottom: 0;
  font-size: 16px;
}

.col-form-label {
  padding-top: 0;
  padding-bottom: 0;
  line-height: 3;
}

.input-group input {
  border-radius: 5px 0 0 5px;
}
.input-group-text {
  height: 100%;
  border-radius: 0 5px 5px 0;
}

/* Form selector */
.form-selector {
  margin-bottom: 60px;
}
.form-selector label {
  display: inline-block;
  margin-right: 20px;
}
.form-selector input {
  position: absolute;
  left: -3000px;
  clip: rect(0,0,0,0);
  pointer-events: none;
}
.form-selector .btn {
  font-size: 20px;
  padding: 18px 30px 15px;
}
.form-selector .btn:hover {
  background: #2a6baa;
}
.form-selector input[type="radio"]:checked+span.btn {
  background: #2a6baa;
  outline: 1px solid white;
  outline-offset: -6px;
}

#page-3322 h2 {
  font-size: 24px;
}
#page-3322 h2.filtracija {
  font-size: 35px;
}
#page-3322 h3 {
  font-size: 24px;
}
#page-3322 .col-md-6 {
  padding-bottom: 40px;
}
#page-3322 label {
  line-height: 22px;
}

/* Tables with auto - not full - width */
.auto-width-table table {
  width: auto;
}

/* Bullet list with bullets */
ul.with-bullets {
  list-style-type: disc;
  padding-inline-start: 40px;
}