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

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

/*Widgets*/
.elementor-widget-wp-widget-categories h5, .elementor-widget-wp-widget-recent-posts h5 {font-weight: 700 !important;}
.elementor-widget-wp-widget-categories ul, .elementor-widget-wp-widget-recent-posts ul {
    list-style: none !important;
    padding-left: 0 !important;
	margin-bottom:30px !important;
}
.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 !important;
    padding: 15px 0 !important;
	font-size: 16px !important;
}
.elementor-widget-wp-widget-categories ul li:first-child, .elementor-widget-wp-widget-recent-posts ul li:first-child{
    padding-top: 0 !important;
}
.elementor-widget-wp-widget-categories ul li .children li, .elementor-widget-wp-widget-recent-posts ul li .children li {
    border: none !important;
    padding: 5px 10px !important;
}
.elementor-widget-wp-widget-categories ul ul.children {margin-bottom:0!important}
.single.single-post .elementor-widget-theme-post-content h2{
	font-size:28px;
}
.single.single-post .elementor-widget-theme-post-content h3{
	font-size:24px;
}
.single.single-post .elementor-widget-theme-post-content h4{
	font-size:21px;
}

.single.single-post .elementor-widget-theme-post-content h5{
	font-size:18px;
}
.single.single-post .elementor-widget-theme-post-content h6{
	font-size:16px;
}