/*
Theme Name: 	Stratify Child
Theme URI: 		http://thememascot.net
Description: 	Business Consulting WordPress Theme. You can get more themes from here: https://themeforest.net/user/thememascot/portfolio
Author: 		ThemeMascot Team
Author URI: 	http://themeforest.net/user/thememascot
Version: 		4.0
License: 		GNU General Public License v2 or later
License URI: 	http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: 	stratify-child
Template: 		stratify
*/

#elementor-header-top-mobile .tm-header-branding .menuzord-brand {
  position: relative;
}

#elementor-header-top-mobile .tm-header-branding .menuzord-brand .logo-wheel {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 60px;
  left: 100px;
  animation: rotation-logo 10s infinite linear;
}

.mobile-flags .wpml-ls-link {
  padding-right: 15px;
}
.mobile-flags .wpml-ls-link:first-child {
  padding-left: 0;
}

@keyframes rotation-logo {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
