/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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 */


/*Migas de pan*/
.rank-math-breadcrumb, .rank-math-breadcrumb a {font-size: 14px;}
.rank-math-breadcrumb a {text-decoration:underline}
.rank-math-breadcrumb .last {font-weight:600}

/*HEADER*/
header .elementor-sticky.elementor-sticky--active {box-shadow: 0px 13px 23px 0px rgba(0, 0, 0, 0.1);}

/*BLOG*/
.page-numbers {
    border: 1px solid var(--e-global-color-primary);
    border-radius: 50px;
    padding: 8px 14px;
}

.page-numbers.current, .page-numbers:hover {
    border: 1px solid var(--e-global-color-76fb30b);
    background:var(--e-global-color-76fb30b)
}

/*Widgets*/
.elementor-widget-wp-widget-categories h5, .elementor-widget-wp-widget-recent-posts h5 {font-weight: 700;}
.elementor-widget-wp-widget-categories ul, .elementor-widget-wp-widget-recent-posts ul {
    list-style: none;
    padding-left: 0;
	margin-bottom:30px;
}
.elementor-widget-wp-widget-categories ul a, .elementor-widget-wp-widget-recent-posts ul a {text-decoration: none}
.elementor-widget-wp-widget-categories ul li, .elementor-widget-wp-widget-recent-posts ul li {
    border-bottom: 1px solid #70717030;
    padding: 15px 0;
	font-size: 16px;
}
.elementor-widget-wp-widget-categories ul li:first-child, .elementor-widget-wp-widget-recent-posts ul li:first-child{
    padding-top: 0;
}
.elementor-widget-wp-widget-categories ul li .children li, .elementor-widget-wp-widget-recent-posts ul li .children li {
    border: none;
    padding: 5px 10px;
}
.elementor-widget-wp-widget-categories ul ul.children {margin-bottom:0}