/* ===================================================================================

* Theme Name: Induxo Child
* Theme URI: https://themeforest.net/user/tripples/portfolio
* Description: Factory & Industrial WordPress Theme.
* Version: 1.1
* Author: Tripples
* Author URI: http://www.themewinter.com
* Template: induxo
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

/* =================================================
    typography styling
==================================================== */

body {
    line-height: 24px;
    color: #333;
}

h3 {
    color: #c30000;
}

.btn-primary.disabled, .btn-primary:disabled {
    color: var(--main-button-color);
    background-color: #666666;
    border-color: #666666;
}


.btn {
    background: var(--main-bg-color);
    font-size: 16px;
    height: auto;
    line-height: 41px;
    text-transform: none;
    font-weight: bolder;
}

.btn.btn:hover {
    background: #333333;
    color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none;
}

a {
    color:  #333333;
}

a:hover {
    color: #c30000;
}

a.button,
.kg-grid-offer-btn a
{
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    color: #fff;
    background: #c30000;
    font-size: 16px;
    line-height: 38px;
    text-transform: none;
    font-weight: bolder;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 4px !important; 
}

a.button:hover {
    cursor: pointer;
    background-color: #333333;
}

.form-control {
    border-radius: 0px;
    border: 1px solid #696969;
}

select.form-control:not([size]):not([multiple]) {
    border-radius: 0px;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1329px;
    }
}


/* =================================================
    header styling
==================================================== */

.main-container {
    padding: 0px 0px;
}

.menue-shadow {
    position: absolute;
    width: 100%;
    z-index: 77;
    background: url(/wp-content/themes/induxo-child/images/message-shadow.png) top center repeat-x;
    height: 21px;
    margin-top: 0px;
}

.header.header-classic {
    background: #333 url(/wp-content/themes/induxo-child/images/message-shadow.png) top center repeat-x;
    border-bottom: 5px solid #c30000;
}

.header ul.navbar-nav > li > a:hover, .header ul.navbar-nav > li > a.active, .header ul.navbar-nav > li > a:focus {
    color: #e6e6e6 !important;
}

.header ul.navbar-nav > li.active > a:before {
    display: none;
}

.header ul.navbar-nav > li:hover > a:before {
    display: none;
}

.header.header-classic .navbar-light ul.navbar-nav > li > a {
    color: #fff;
}

.header.header-classic .navbar-light .navbar-nav .active>.nav-link {
    color: #fff;
    background: #c30000;
}

.kg-logos-bar {
    padding-top: 16px;
    padding-bottom: 23px;
    background: linear-gradient(to bottom, #333 0%,#282828 100%);
}

.kg-logo-mobile {
    width: 250px;
}

.kg-logo {
    max-width: 280px;
    margin-top: 10px;
}

.topbar.topbar-classic {
    padding: 0px 0px 4px 0px;
    background: #333;
}

.topbar.topbar-classic li {
    color: #fff;
}

.alice-blue-bg li i {
    color: #fff;
}

.kg-img-logos-sm {
    height: 60px;
}

.kg-header-make-logos {
    padding-bottom: 0px;
}

.kg-header-make-logos ul {
    display: table-row;
}

.kg-header-make-logos li {
    list-style: none;
    font-size: 16px;
    color: #101010;
    padding: 7px 10px 0px 10px;
    position: relative;
    display: table-cell;
}

.kg-header-make-logos li:last-child {
    padding-right: 0px;
}

.navbar .dropdown-menu {
    margin-top: 0;
    z-index: 1030;
}

.header.header-classic .navbar-light ul.navbar-nav > li .dropdown-menu {
    border-bottom: 5px solid #c30000;
    border-top: 5px solid #c30000;
}

.alice-blue-bg {
    background-color: #fff;
}

.social-links a {
    font-size: 11px;
    color: #fff;
}

.social-links a:hover {
    color: #dedede;
}

.alice-blue-bg li i {
    font-size: 11px;
}

.alice-blue-bg li {
    font-size: 11px;
    margin-right: 0px;
}

.topbar .top-info li {
    margin-bottom: 0px;
    margin-right: 0px;
    margin-top: 3px;
}

.topbar .top-info li a {
    color: #fff;
    font-size: 17px;
}

@media (max-width: 1024px) and (min-width: 768px){
    .kg-img-logos-sm {
        height: 64px;
    }
}

@media (max-width: 991px) and (min-width: 768px){
    .header .navbar-toggler {
        background: #c30000;
    }

    .alice-blue-bg li {
        font-size: 15px;
    }

    .header .navbar-collapse {
        margin-top: 10px;
    }

}

@media (max-width: 991px) {

    .header.header-classic .navbar-light .navbar-nav .active>.nav-link {
        color: #c30000;
        background: #333;
    }
}

@media (max-width: 1200px) and (min-width: 991px){

    .header.header-classic .navbar-light ul.navbar-nav > li > a {
        margin-right: 10px;
    }

    .header .kg-header-make-logos li {
        padding: 5px 10px 0px 10px;
    }

    .kg-logo {
        max-width: 240px;
        margin-top: 10px;
    }

}

@media (min-width: 991px){

    .dropdown-menu {
        background-color: #333;
    }

    .header ul.navbar-nav li .dropdown-menu li a {
        color: #fff;
    }
}

@media (max-width: 991px) {

    .header.header-classic {
        background-color: #333;
        border-bottom: 5px solid #c30000;
    }

    .header .navbar-toggler {
        background: #333;
        border: none;
    }

    .header.header-standard .navbar-collapse, .header.header-classic .navbar-collapse {
        position: absolute;
        left: 0;
        width: 100%;
        z-index: 1031;
        top: 100%;
    }

    .header .navbar-collapse {
        background: #fff;
        border-bottom: 5px solid #c30000;
        border-left: 0px solid #f2f2f2;
        border-right: 0px solid #f2f2f2;
        border-top: 5px solid #c30000;
    }

    .header ul.navbar-nav > li {
        border-bottom: 1px solid #2b2b2b;
    }

    .header ul.navbar-nav li .dropdown-menu li a {
        border-bottom: 1px solid #2b2b2b;
    }

    .header.header-classic .navbar-light ul.navbar-nav {
        background-color: #333;
    }

    .header.header-classic .navbar-light ul.navbar-nav > li .dropdown-menu {
    	border: none;
	}

	.header ul.navbar-nav li .dropdown-menu li a {
    	color: #fff;
    }

    .header ul.navbar-nav li .dropdown-menu li a:hover {
    	background-color: #333;
    }

    .topbar .top-info li {
        margin-bottom: 0px;
        margin-right: 0px;
    }

    .md-center {
        text-align: center;
    }

    .topbar .top-info li a{
        color: #fff;
        font-size: 17px;
    }

    .alice-blue-bg {
        background-color: #c30000;
    }

    .header.header-classic .navbar-light ul.navbar-nav > li.active > a{
        color: #333333;
    }

    .BackTo {
        background-color: rgba(51, 51, 51, 1) !important;
        margin-bottom: 70px;
    }

}

@media (max-width: 374px) and (min-width: 320px){
    .kg-logo-mobile {
        width: 225px;
    }
}


/* =================================================
    end header styling
==================================================== */


/* =================================================
    footer styling
==================================================== */

.kg-footer {
    padding-top: 100px;
    padding-bottom: 100px;
}

.ts-footer p {
    margin-top: 0px;
}

.ts-footer .widget-title {
    font-size: 20px;
}

.kg-footer-logo {
    max-width: 300px;
}


.ts-footer .widget-title {
    margin-bottom: 10px;
}

.ts-footer {
    margin-top: 80px;
    padding-top: 50px;
    padding-bottom: 40px;
    border-top: 5px solid #c30000;
    background-color: #333;
    color: #fff;
}

.ts-footer-classic p {
    color: #fff;
}

.ts-footer a {
    color: #fff;
}

.copy-right {
    background: linear-gradient(to bottom, #282828 0%,#333 100%);
    border-bottom: 5px solid #c30000;
}

.kg-footer-logo-div-sm  {
    background: linear-gradient(to bottom, #282828 0%,#333 100%);
}

.kg-footer-logo-div-sm img {
    max-width: 81px;
}

.kg-footer-logo-div-md img{
    max-width: 81px;
}

.custom-html-widget a:before {
    content:'»\00a0';
}

.ts-footer .widget-title {
    color: #c30000;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 25px;
    font-weight: bolder;
}

.kg-firma {
    font-size: 15px;
    line-height: 25px;
    font-weight: bolder;
}

.BackTo {
    z-index: 1031;
    background-color: rgba(0, 0, 0, 0.4);
    margin-bottom: 70px;
}

.BackTo:hover {
    background-color: #c30000;
}

.pea_cook_control {
    border-top: 5px solid #c30000;
    color: #000;
    background-color: #dddddd;
    text-align: center;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 20px;
    margin-bottom: 50px;
}

.cc-revoke.cc-bottom {
    display: none;
}

@media (min-width: 768px) and (max-width: 991px){

    .kg-contact-us a:before {
        content:'»\00a0';
    }

    .kg-footer-logo-div-sm img{
        height: 50px;
        padding: 3px;
        margin: 3px 3px 3px 3px;
    }

    .kg-contact-us {
        height: 36px;
        text-align: center;
        padding: 5px;
    }
    .kg-contact-us a {
        color: #fff;
        cursor: pointer;
        padding-top: 5px;
    }

}

@media (max-width : 767px) {
    /* STYLES GO HERE */

    .kg-contact-us {
        height: 32px;
        text-align: center;
        padding: 5px;
    }

    .kg-contact-us a:before {
        content:'»\00a0';
    }

    .kg-contact-us a {
        color: #fff;
        cursor: pointer;
        padding-top: 5px;
    }

    .copy-right img{
        padding-bottom: 5px;
        padding-top: 5px;
    }

    .kg-footer-logo-div-sm {
        height: 80px;
    }

    .kg-footer-logo-div-sm img{
        height: 32px;
        padding-top: 3px;
        padding-left: 3px;
        padding-right: 3px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

}

@media (max-width : 991px) and (min-width: 768px) {

    .copy-right {
        margin-bottom: 100px;
    }
}



@media (max-width : 767px) {

    .copy-right {
        margin-bottom: 80px;
    }
}

/* =================================================
   end footer styling
==================================================== */

/* =================================================
   Start notice list  styling
==================================================== */

.notice-list-container {
    position: fixed;
    top: 50%;
    left: 0px;
    z-index: 1021;
    color: #fff;
}

.notice-list-container ul {
    margin: 0;
    padding: 0;
    text-align: left;
    text-align: -moz-left;
    text-align: -webkit-left;
}

.notice-list-container ul li {
    text-align: center;
    display: block;
    color: #f3f3f3;
    line-height: 24px;
    background-color: #333;
    margin-bottom: 2px;
    width: 40px;
}

.notice-list-container  ul li a {
    color: #fff;
    width: 100%;
    display: inline-block;
    padding: 2px 2px 8px 2px;
}

.notice-list-container ul li i {
    min-width: 15px;
    margin-right: 10px;
}
.notice-list-container ul li span {
    font-size: 14px;
}

.kg-notice-text {
    background-color: #333;
    margin-left: 39px;
    padding-top: 9px;
    padding-bottom: 10px;
    padding-right: 5px;
    padding-left: 5px;
}

.notice-span {
    position: relative;
    display: inline-block;
    width: 187px;
    height: 2em;
    line-height: 34px;
    vertical-align: middle;
}

.notice-list-icon {
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 35px;
}

.notice-list-icon-text {
    position: absolute;
    /*left: 13px;*/
    text-align: center;
}

/* =================================================
   end notice list  footer styling
==================================================== */

/* =================================================
   start css composer overwriting and main homepage stiles
==================================================== */

h4 {
    color: #c30000;
    font-weight: 700;
    line-height: 23px;
}

h5 {
    font-family: "Open Sans";
}

h6 {
    font-family: "Open Sans";
}

blockquote {
    padding: 0px 20px;
    margin: 20px 0 25px;
    border-left: 7px solid ;
    border-left-color: #c30000;
    font-size: 19px;
}

input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #666666;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    min-height: 40px;
}


.skoda {
    border-left-color: #4ba82e;
}

.skoda-text {
    color: #4ba82e;
}

a.button.btn-skoda {
    background: #4ba82e;
    color: #fff;
}

a.button.btn-skoda:hover  {
    background: #333;
}

.skoda-bl-quote {
    border-left-color: #4ba82e;
}

.audi-bl-quote {
    border-left-color: #c9012c;
}
.audi-service {
    color: #c9012c;
}


a.button.btn-audi {
    background: #c9012c;
    color: #fff;
}

a.button.btn-audi:hover  {
    background: #333;
}

.volkswagen {
    border-left-color: #001e50;
}

.volkswagen-text {
    color: #001e50;
}

.volkswagen-bl-quote {
    border-left-color: #001e50;
}
.volkswagen-service {
    color: #001e50;
}

a.button.btn-volkswagen {
    background: #001e50;
    color: #fff;
}

a.button.btn-volkswagen:hover  {
    background: #333;
}


.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md {
    display: block;
    width: 100%;
    height: 41px;
    font-size: 16px;
    padding: 9px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    margin-bottom: 3px;
    color: #ffffff;
    cursor: pointer;
    background:  #c30000;
}

.vc_btn3-container.vc_btn3-center .vc_btn3-block.vc_btn3-size-md:hover {
    background-color: #333333;
}

.kg-composer-cart-default {
    min-height: 75px;
    margin-bottom: 15px;
    background-color: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kg-composer-cart-default h4{
    line-height: 22px;
}

.kg-min-height-timeblock {
    min-height: 105px;
}
.breadcrumb {
    font-size: .6875rem;
    padding-top: 5px;
    padding-bottom: 5px;
    background: #f2f2f2;
    border-radius: unset;
    margin-bottom: 22px;
}

/**
form checkbox apply
 */
.wpcf7-list-item-label{
    padding-left: 5px;
}
span.wpcf7-list-item {
    display: table-row;
}


/***
===================================================
 404 error Page
===================================================
***/

.error-page .error-code {
    margin-top: 20px;
    color: #a91a1a;
    font-size: 80px;
    line-height: 80px
}

.error-404-image-container {
    margin-top: 40px;
    margin-bottom: 40px;

}


/***
===================================================
 Start Start Page Css
===================================================
***/


.marquee {
    max-width: 100vw;
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
}

.marquee--container {
    display: inline-block;
    padding-left: 100%;
    animation: marquee 30s linear infinite;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

.marquee--container:hover {
    animation-play-state: paused
}

.marquee--sep {
    padding-left: 10px;
    padding-right: 10px;
}

@keyframes marquee {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-100%); }
}

.card-header.kg-header-start-page.kg-header-start-page {
    border-top: 5px solid #c30000;
    border-radius: 0px;
    background-color: #f2f2f2;
}


/***
===================================================
 End Start Page Css
===================================================
***/


/***
===================================================
 Start WPForms
===================================================
***/

a.mail-share-button {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    border-radius: 4px;
    font-size: 13px;
    height: 28px;
    padding: 2px 8px;
    color: #fff !important;
    font-weight: 600;
    background-color: #999;
    margin-bottom: 6px;
}


.wpforms-confirmation-container-full, div[submit-success]>.wpforms-confirmation-container-full:not(.wpforms-redirection-message) {
    background: #ffffff;
    border: 1px solid #be1717;
}

div.wpforms-container-full .wpforms-form button[type=submit]:hover {
    background-color: #e10029;
}

div.wpforms-container-full .wpforms-form button[type=submit] {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    height: 40px;
    line-height: 0 5px;
    min-width: 100%;
    text-align: center;
    padding-top: 6px;
    background-color: #e10029;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
    background-color: #e10029;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button {
    background-color: #e10029;
}

div.wpforms-container-full .wpforms-form .wpforms-page-button {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    height: 40px;
    line-height: 0 5px;
    min-width: 100%;
    text-align: center;
    padding-top: 6px;
}

/***
===================================================
 End WPForms
===================================================
***/

.kg-fuel-consumption {
    font-weight: 600;
    font-size: 14px;
}