/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/

.my-js-menu-item-english > a {
  padding-left: 24px!important; /* Adjust as needed based on flag image size */
  background-repeat: no-repeat;
  background-position: 0 50%; /* Adjust as needed based on flag image size */
	background-image: url('https://asiadivers.com/cn/wp-content/plugins/translatepress-multilingual/assets/images/flags/en_US.png');
}

.my-js-menu-item-cn > a {
  padding-left: 24px!important; /* Adjust as needed based on flag image size */
  background-repeat: no-repeat;
  background-position: 0 50%; /* Adjust as needed based on flag image size */
	background-image: url('https://asiadivers.com/wp-content/uploads/sites/5/2023/05/chinese_flag.png');
}
.my-js-menu-item-cnt > a {
  padding-left: 24px!important; /* Adjust as needed based on flag image size */
  background-repeat: no-repeat;
  background-position: 0 50%; /* Adjust as needed based on flag image size */
	background-image: url('https://asiadivers.com/wp-content/uploads/sites/5/2023/05/cnt-flag.png');
}
/* Repeat the above code block for each language with a different flag image and URL */





