/*
Theme Name: Salemoche
Theme URI: https://wordpress.org/themes/Salemoche/
Author: Gabriel Bach
Author URI: https://salemoche.com/
Description: Custom Theme by Salemoche
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

@media screen and (max-width: 768px) {
    .sm-header__menu ul.menu .menu-item.menu-item-50 {
        bottom: unset !important;
        top: 100px !important;
    }

    
    .sm-header.active {
        pointer-events: all;
    }

    .sm-header.active .sm-header__menu__logo svg #logo-text {
        fill: transparent !important;
    }

    .header__select {
        margin-left: auto;
        margin-right: auto;
        transform: translateX(3%);
    }

    .sm-icon-burger {
        width: 27px !important;
    }
}