/*
 Theme Name:   Akea Child
 Theme URI:    http://demo.goodlayers.com/akea
 Description:  Goodlayers Akea Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     akea
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  akea-child

 START YOUR CHILD THEME CSS HERE
*/

.akea-main-menu-right-wrap {
	display: flex;
    justify-content: center;
    align-items: center;
}

.wpml-ls-legacy-dropdown {
    width: 100%;
}

.akea-mobile-menu-right {
	display: flex;
    align-items: center;
    justify-content: center;
}


.akea-mobile-menu-right .wpml-ls-statics-shortcode_actions {
	float: left;
}