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


/* Change bullet lists into checkmark or arrow lists */

.list-checkmarks li, .list-arrows li, .list-times li{
	list-style-type: none;
	padding-left: 1rem;
	margin-bottom: 1rem;
	padding-top: 8px;
	padding-bottom: 10px
}

.list-checkmarks li:before {
	font-family: 'Font Awesome 5 Free'!important; 
	font-weight: 700!important;
	content: "\f00c";
	margin: 0 25px 0 -45px;
	color: var(--e-global-color-accent);
	font-size: 110%;
}

.list-arrows li:before {
	font-family: 'Font Awesome 5 Free'!important; 
	font-weight: 700!important;
	content: "\2192";
	margin: 0 25px 0 -45px;
	color: var(--e-global-color-accent);
	font-size: 110%;
}

.list-times li:before {
	font-family: 'Font Awesome 5 Free'!important; 
	font-weight: 700!important;
	content: "\f00d";
	margin: 0 25px 0 -45px;
	color: var(--e-global-color-accent);
	font-size: 110%;
}

.list li, .list ol, .post li, .post ol {
	padding-left: 1rem;
	margin-bottom: 1rem;
	padding-top: 8px;
	padding-bottom: 10px
}

.post p{
margin-top: 6px!important;
}
