/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/

.nsija-lang,
.nsija-lang a {
	font-weight: 600;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.nsija-lang a {
	text-decoration: none;
}

.nsija-lang a:hover {
	text-decoration: underline;
}

/* Polylang output is typically a UL list */
.pll-switcher,
ul.pll-switcher {
	margin: 0;
	padding: 0;
	list-style: none;
	display: inline-flex;
	gap: 0.5rem;
	align-items: center;
}

.pll-switcher li {
	margin: 0;
}

@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}