/*
Theme Name: Kalium - Child Theme
Theme URI: https://laborator.co/themes/kalium/
Author: Laborator
Author URI: https://laborator.co/
Description: Start creating that amazing website that you have always wanted, only with Kalium — Connect with Laborator on: <a href="https://themeforest.net/user/laborator">Envato</a> &bull; <a href="https://twitter.com/thelaborator">Twitter</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative/">Instagram</a>
Version: 1.0
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Template: kalium
Text Domain: kalium
*/
/*tipografia base*/
body {
    font-size: 18px;
    line-height: 1.4;
}

h1 {
    font-size: 4em;
}

h2 {
    font-size: 3.6em;
}

h3 {
    font-size: 2.6em;
}

h4 {
    font-size: 2em;
    margin-bottom: 10px;
    color: #000;
}

h1, h2, h3, h4 {
    text-transform: uppercase;
    line-height: 1.4;
}

h5 {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 15px;
}

@media screen and (max-width: 992px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2.8em;
    }

    h3 {
        font-size: 2em;
    }

    h4 {
        font-size: 1.4em;
    }

}

.fondo-azzurro {
    background-color: #33ccff;
}

.fondo-azzurro h1,
.fondo-azzurro h2,
.fondo-azzurro h3,
.fondo-azzurro h4 {
    color: #000;
}

body .fondo-azzurro .vc_images_carousel .vc_carousel-indicators li {
    border-color: #000;
    background-color: #000;
}

body .fondo-azzurro .vc_images_carousel .vc_carousel-indicators .vc_active {
    border-color: #000;
    background-color: transparent;
}


a.button {
    background-color: #FACC33;
    border: 2px solid #D50155;
    color: #000;
    border-radius: 8px;
    font-weight: bold;
    line-height: 1;
    padding: 8px 30px;
    display: inline-block;
}

a.button:hover {
    background-color: #bb9b25;
    color: #fff;

}

/*header*/
.kalium-wpml-language-switcher .languages-list .language-entry.current-language img {
    vertical-align: unset;
}

/*mobile header*/
@media screen  and (max-width: 992px) {
    .header-block .header-block__row {
        flex-wrap: nowrap;
    }

    .header-block .header-block__row > div.header-block__logo {
        flex: auto;
    }

    .header-block .header-block__row > div.header-block__logo a {
        max-width: 60%;
    }


}

.site-footer .footer-widgets {
    margin: 30px 0;
}


/*override stile componenti visual composer*/
body .vc_images_carousel .vc_carousel-indicators {
    bottom: -30px;
}

body .vc_images_carousel .vc_carousel-indicators li {
    border-color: #ffcc33;
    background-color: #ffcc33;
}

body .vc_images_carousel .vc_carousel-indicators .vc_active {
    border-color: #ffcc33;
}

@media screen and (max-width: 768px) {
    .vc_slide.vc_images_carousel {
        margin-bottom: 35px;
    }
}

/*revolution slider*/
rs-module-wrap .custom .tp-bullet {
    width: 80px;
    height: 4px;
}

@media screen and (max-width: 992px) {
    rs-module-wrap .custom .tp-bullet {
        width: 40px;
    }
}

rs-module-wrap .custom .tp-bullet {
    background-color: rgba(255, 204, 51, .5);
}

rs-module-wrap .custom .tp-bullet:hover, rs-module-wrap .custom .tp-bullet.selected {
    background-color: #ffcc33;
}
