/*
Theme Name: Montoya Child
Theme URI: https://montoya.clapat-themes.com/
Description: Responsive Wordpress Theme
Template: montoya
Version: 1.0
Author: You
Author URI: https://your site
License: Themeforest
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: montoya-child
*/


/*------------------------------------------------------------------

Add here your own styles
-------------------------------------------------------------------*/
.button-wrap.menu {
    display: flex;
    align-items: center;
    gap: 12px;
}

.language-toggle-inline {
    display: flex;
    align-items: center;
    gap: 8px;
}

.language-toggle-inline a img {
    width: 24px;
    height: 16px;
    border-radius: 2px;
    cursor: pointer;
}

.language-toggle-inline a {
    display: inline-flex;
}



