/*
Theme Name:     Stratus - Child Theme
Theme URI:      http://themovation.com/stratus
Template:       stratusx
Author:         Themovation
Author URI:     http://themovation.com
Version:        4.0
Text Domain:    stratus
Domain Path:    /languages/
*/


/* = Theme customization starts here
-------------------------------------------------------------- */

.lang-item a {
    margin: 0 .2rem!important;
}

.lang-item a img {
	display: none;
}


.lang-item a {
	width: 22px!important;
    height: 24px!important;
	margin-top: 1rem!important;
	background-size: contain!important;
	background-repeat: no-repeat!important;
}

.lang-item-fr a {
	background-image:url('/wp-content/uploads/2023/06/france.png');
}

.lang-item-en a {
	background-image:url('/wp-content/uploads/2023/06/united-kingdom.png');
}

@media screen and (max-width: 768px) {
	.lang-item {
		display: inline-block!important;
		width: 28px!important;
		margin-left: 1rem !important;
	}
}