/*
Theme Name: Kalium - Child Theme
Theme URI: https://kaliumtheme.com
Author: Laborator
Author URI: https://laborator.co
Description: Start creating that amazing website that you have always wanted, only with Kalium &mdash; Connect with Laborator on: <a href="https://twitter.com/thelaborator">Twitter X</a> &bull; <a href="https://www.facebook.com/laboratorcreative">Facebook</a> &bull; <a href="https://www.instagram.com/laboratorcreative">Instagram</a>
Requires PHP: 7.2
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
*/

.logo-footer-columns {
    margin-bottom: 0px;
}

footer a {
    color: #aaaaaa;
}

.footer-links {
    font-family: Inter !important;
    letter-spacing:1.5px;
}

@media (max-width: 1024px) {

    header.elementor,
    footer.elementor {
        margin-inline: 0;
    }
}

/*
.elementor-6285 .elementor-element.elementor-element-830e99d .elementor-nav-menu__container.elementor-nav-menu--dropdown {
	left:2px !important;
}
*/

header {
    position: fixed;
    z-index: 99;
    width: 100%;
    left: 0;
    transition: all .3s ease-in-out;
    margin: 0 !important;
}

.page-id-6485 header,
.page-id-6526 header,
.page-id-3 header {
    background: #000;
}

header.cust_sticky {
    background: #000;
}

footer {
    width: 100%;
    margin: 0 !important;
}

.header-logo img,
.header-logo-mobile img {
    transition: all .3s ease-in-out;
}

.cust_sticky .header-logo img {
    width: 50% !important;
}

.cust_sticky .header-logo-mobile img {
    width: 30% !important;
}

@media (max-width:1200px) {
    .cust_sticky .header-logo-mobile img {
        width: 40% !important;
    }
}

@media (max-width:767px) {
    .cust_sticky .header-logo-mobile img {
        width: 33% !important;
    }
}