/*
  Theme Name: Rhye Child
  Template: rhye
  Theme URI: https://artemsemkin.com/rhye/wp/
  Description: This is a child theme of Rhye, used for codebase customizations
  Author: Artem Semkin
  Author URI: https://artemsemkin.com/
  Version: 1.0.0
*/
/* Fix Rhye language switcher order in RTL */
.header__col{
	padding: 0 !important;
}
html[dir="rtl"] .header__col-lang-switcher {
    margin-right: auto !important;
	margin-left: 0 !important;
	
}
