/**
Theme Name: Astra-child
Author: Ed Gilman
Author URI: https://svetlanagilman.com
Description: Astra child theme
Version: 1.0.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* BEGIN language class edit */

/* Hide the widget with class 'widget-ru' when the page's language is set to English ('en' class is present on the body tag) */

body.en .widget-ru {
    display: none;
}

/* Hide the widget with class 'widget-en' when the page's language is set to Russian ('ru' class is present on the body tag) */

body.ru .widget-en {
    display: none;
}

/* END language class edit */

/* Make language list show under switcher, adjust language link color */
.pll-parent-menu-item .sub-menu {
    display: block;
		position: absolute;
		top: 70%;
		.menu-item {
			.menu-link {
   			color: black!important;
	    	&:hover {
				color: black!important;
				background-color: var(--ast-global-color-0);
	    	}
		}
	}
}
