/*
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
*/


.site-footer .menu li a:not(:hover){
	color:#ffffff
}

#menu-ldl-main-menu-2{
	display: flex;
    flex-direction: column;
    gap: .4rem
}

#menu-ldl-menu-legales{
	display:flex;
	flex-wrap:wrap;
	gap:0 1.5em;
	align-items:center;
	margin:.5em 0
}

.site-header.sticky-element-active .standard-toggle-menu--button .toggle-bars__label:after, .site-header.sticky-element-active .standard-toggle-menu--button .toggle-bars__label:before{
	    color: var(--k-body-color)
}

 @media screen and (max-width: 768px) {
	 .mobile-menu .link{
		 font-size: 1.8rem
	 }
}