/*
Theme Name: [ Clarke Modet + ] Hello Elementor Child
Theme URI: -
Description: Hello Elementor Child Theme
Author: Grupo Active
Author URI: https://grupoactive.es/es/
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: hello-elementor-child
*/

:root {
	/* COLOURS */
	--c-white: #fff;
	--c-green-ok: #a3cb38;
	--c-red-ok: #e74c3c;
	--c-yellow-ok: #f39c12;

	--c-red: #e30613;
	--c-red-dark: #a1020c;

	/* elementor */
}

@media screen and (max-width: 1280px) {
}
@media screen and (max-width: 970px) {
}
@media screen and (max-width: 767px) {
}
@media screen and (max-width: 390px) {
}

/* --------------------------------------------- GENERAL */
/* --------------- PARRAFOS <p> */
.elementor-widget-container p {
	margin-bottom: 0 !important;
}
/* --------------------------------------------- HEADER */
/* --------------- IDIOMAS */
li.pll-parent-menu-item ul {
	min-width: auto !important;
	display: flex;
	flex-direction: column;
}
.lang-item a.elementor-sub-item {
	padding: 0 !important;
	height: 30px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-inline-start: 0 !important;
}

