/*
Theme Name: soledad
Theme URI: https://pencidesign.net/
Description: A Multipurpose, Newspaper, Blog & WooCommerce WordPress Theme
Author: PenciDesign
Author URI: https://pencidesign.net/
Version: 8.6.9.1
Requires PHP: 7.4
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Tags: black, green, white, light, one-column, two-columns, three-columns, right-sidebar, left-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, featured-images, post-formats, translation-ready
Text Domain: soledad
Domain Path: /languages
*/
/*
 * Silence is gold
 */
/* The main css file is located in "themes/soledad/main.css" */

.simple-lang-switcher {
  display: flex;
  justify-content: center;
  align-items: center;
}

.simple-lang-switcher a {
  color: #1e1e1e;
  text-decoration: none;
  font-weight: 500;
  transition: color 0.2s ease-in;
}

.simple-lang-switcher a:hover,
.simple-lang-switcher a.active{
    color: #287073;
  	font-weight: 700;
}

.simple-lang-switcher a::after {
  content: "|";
  color: #1e1e1e;
  margin: 0 5px;
}

body.rtl.page-id-9534 .elementor-image-box-description {
	text-align: center !important;
}
