/*
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
*/



.nectar_video_player_self_hosted .play_button{
	width: 30% !important;
    height: 100px;
}


/* Selector de idioma junto al hamburguesa en mobile/tablet */
.mobile-lang-switcher {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.mobile-lang-switcher ul {
	display: flex;
	gap: 6px;
	list-style: none;
	margin: 0;
	padding: 0;
}
.mobile-lang-switcher li {
	display: inline-flex;
	align-items: center;
	list-style: none;
}
.mobile-lang-switcher a {
	display: inline-flex;
	align-items: center;
}
.mobile-lang-switcher img {
	width: 18px;
	height: auto;
}
