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

/* HOME */
.walking-counter span.elementor-counter-number {
	background-color: #28898B;
    padding: 46px 20px 20px 20px;
    margin-bottom: 20px;
	min-width: 160px;
	min-height: 160px;
	color: #fff;
	text-align: center;	
}

/* ELEMENTS > WORDPRESS ARCHIVES */
.elementor-widget-wp-widget-archives h5 {
	display: none;
}

.elementor-widget-wp-widget-archives ul {
	list-style: none;
	padding-left: 0px;
}

.elementor-widget-wp-widget-archives ul li {
	padding: 0 0 10px 0;
}

.elementor-widget-wp-widget-archives ul li a {
	font-size: 0.9em;
	color: #222222;
}

.elementor-widget-wp-widget-archives ul li a:before {
	 font-family: "Font Awesome 5 Free";
   content: "\f054";
   display: inline-block;
   padding-right: 6px;
   vertical-align: middle;
   font-weight: 900;
   color: #28898B;
}