/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

/*
01. BÁSICAS
02. ELEMENTOR
03. NINJA FORMS
04. BLOG
05. COOKIES
06. MEDIA QUERIES
*/

/* ========
01. BÁSICAS
======== */

* {
    outline: none !important;
    outline-style: none !important;
}

p:last-child {
    margin: 0 !important;
}

#edittag {
	max-width: 100% !important;
}

.wp-container-2, .wp-container-4 {
	margin: 0 !important;
}

.wp-block-image {
	border: 1px solid #005DFF !important;
}

.wp-block-image::before {
	content: url('https://wnlds.es/gpi/wp-content/uploads/2022/07/icono_mobiliario.svg') !important;
	height: 40px !important;
	left: 10px !important;
	position: absolute !important;
	top: 10px !important;
	width: 40px !important;
}

.wp-block-gallery.has-nested-images figure.wp-block-image figcaption {
	background: rgba(0, 93, 255, 0.85) !important;
	font-weight: bold !important;
	padding-top: 10px !important;
}

/* ==========
02. ELEMENTOR
========== */

a, .elementor-icon-list-item a span {
    transition: all 0.25s ease !important;
	-moz-transition: all 0.25s ease !important;
	-webkit-transition: all 0.25s ease !important;
}

/* CABECERA -- STICKY: La clase para habilitar el efecto sticky debe ser .sticky-cabecera */

.sticky-header.elementor-sticky--active {
    background: #FFF !important;
	-webkit-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 1px 4px 0px rgba(0,0,0,0.25);
	padding: 0 !important;
	transition: all 0.35s ease !important;
	-moz-transition: all 0.35s ease !important;
	-webkit-transition: all 0.35s ease !important;
}

/* BOTÓN CTA */

#jet-menu-item-1378 a {
    background: transparent !important;
	border: 2px solid #005DFF !important;
	border-radius: 0 !important;
	color: #000 !important;
}

#jet-menu-item-1378 a:hover {
    background: #005DFF !important;
	color: #FFF !important;
}

.sticky-header.elementor-sticky--active #jet-menu-item-1378 a {
    background: transparent !important;
	border: 2px solid #005DFF !important;
	border-radius: 0 !important;
	color: #000 !important;
}

.sticky-header.elementor-sticky--active #jet-menu-item-1378 a:hover {
    background: #005DFF !important;
	color: #FFF !important;
}

/* ============
03. NINJA FORMS
============ */

.nf-before-form-content {
    display: none !important;
}

/* =====
04. BLOG
===== */

#articulo h2, #articulo h3, #articulo h4, #articulo h5, #articulo h6{
    margin: 20px 0 !important;
}

#articulo hr {
    height: 4px !important;
    width: 150px !important;
    border: none !important;
    background-color: #212121 !important;
    margin: 40px auto !important;
}

#articulo .wp-block-quote {
    background: #FFEBDB !important;
    border-radius: 20px !important;
    color: #1D1D1D !important;
    font-size: 24px !important;
    font-weight: 800 !important;
    font-style: italic !important;
    line-height: 30px !important;
    margin: 80px 0 40px 0 !important;
    padding: 40px !important;
}

#articulo .wp-block-quote::before {
    background: #FF7700 !important;
    border-radius: 50% !important;
    color: #FFF !important;
    content: "\f10e";
    display: block !important;
    font-family: "Font Awesome 5 Free";
    font-size: 20px !important;
    font-weight: 900;
    height: 80px !important;
    margin: -80px 0 10px 0 !important;
    padding: 30px !important;
    width: 80px !important;
}

#toc_container {
    margin: 0 0 30px 0 !important;
    padding: 20px !important;
}

/* ========
05. COOKIES
======== */

/* General */

#cookie-law-info-bar {
    border-radius: 10px !important;
    box-shadow: none !important;
	padding: 40px !important;
}

#cookie-law-info-bar .cli-bar-message {
    font-size: 14px !important;
    line-height: 20px !important;
}

#cliModalClose, #cliModalClose:hover {
    background-color: #FFF !important;
}

/* Encabezado */

#cookie-law-info-bar h5 {
	color: #212121;
	font-size: 24px !important;
	margin: 0 0 20px 0 !important;
}

/* Botón aceptar todas */

#wt-cli-accept-all-btn {
    background: #212121 !important;
    border: 1px solid #212121 !important;
    border-radius: 3px !important;
    color: #FFF !important;
    font-size: 14px !important;
    margin: 10px 10px 0 0 !important;
    padding: 10px !important;
}

#wt-cli-accept-all-btn:hover {
    background: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 3px !important;
    margin: 10px 10px 0 0 !important;
}

/* Botón elegir */

.cli_settings_button {
    background: transparent !important;
    border: 1px solid #666 !important;
    border-radius: 3px !important;
    color: #666 !important;
    font-size: 14px !important;
    margin: 10px 10px 0 0 !important;
    padding: 10px !important;
}

.cli_settings_button:hover {
    background: #000 !important;
    border: 1px solid #000 !important;
    border-radius: 3px !important;
    color: #FFF !important;
}

/* Enlace rechazar todas */

#cookie_action_close_header_reject {
    background: transparent !important;
    border: none !important;
    color: #666 !important;
    font-size: 14px !important;
    margin: 10px 10px 0 0 !important;
    padding: 10px 0 !important;
    text-decoration: none !important;
}

#cookie_action_close_header_reject:hover {
    background: transparent !important;
    color: #444 !important;
}

/* Cookies (abrir nuevamente) */

#cookie-law-info-again {
    background: #212121 !important;
    box-shadow: none !important;
    color: #FFF !important;
    padding: 10px 10px 7px 10px !important;
}

/* Enlace a las cookies en el resumen de privacidad */

#resumen_privacidad {
    color: #212121;
    display: block !important;
    margin-bottom: 20px !important;
    text-decoration: underline !important;
}

#resumen_privacidad:hover {
    color: #000;
}


/* ==============
06. MEDIA QUERIES
============== */

@media only screen and (max-width: 600px){
}