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

/* GLOBAL */
.elementor-widget-theme-post-content ul {padding:0 0 0 1.25em; margin:0 0 1.4em 0; list-style-type:disc;}
.elementor-widget-theme-post-content ul li {padding-bottom:15px;}
.elementor-widget-text-editor ul {padding:0 0 0 1.25em; margin:0 0 1.4em 0; list-style-type:disc;}
.elementor-widget-text-editor ul li {padding-bottom:15px;}
.elementor-widget-theme-post-content ul li::marker, .elementor-widget-text-editor ul li::marker, .wc-tab ul li::marker {color:#222;}
.light ul li::marker, .elementor-widget-text-editor.light ul li::marker {color:#fff;}

.elementor-widget-theme-post-content ol, .elementor-widget-text-editor ol {padding:0; margin:0 0 1em 0; list-style:none; counter-reset:ol-counter;}
.elementor-widget-theme-post-content ol li, .elementor-widget-text-editor ol li {padding:0 0 15px 1.25em; counter-increment:ol-counter; position:relative;}
.elementor-widget-theme-post-content ol li::before, .elementor-widget-text-editor ol li::before {
  content:counter(ol-counter);
  color:#222; font-weight:700;
  padding:0; margin-right:15px;
  width:1.5em; line-height:1.8em;
  display:block; position:absolute; left:0; top:.45em;
  text-align:left; font-size:.7em;
}

@media (max-width:767px){
  .elementor-widget-theme-post-content ul, .elementor-widget-text-editor ul, .elementor-widget-theme-post-content ol, .elementor-widget-text-editor ol {margin-left:0;}
}

/*.elementor-widget-theme-post-content h2 {margin:2.7em 0 .6em;}
.elementor-widget-theme-post-content h3 {margin:1.25em 0 .6em;}

.elementor-widget-theme-post-content a,
.elementor-widget-uael-table a span.uael-table__text-inner,
.elementor-widget-text-editor a {color:#1B5A8F; font-weight:500; text-decoration:underline !important; transition:all 0.3s ease;}
.elementor-widget-theme-post-content a:hover,
.elementor-widget-uael-table a:hover span.uael-table__text-inner,
.elementor-widget-text-editor a:hover {color:#000; text-decoration:none !important;}*/

.elementor-widget-theme-post-content strong,
.elementor-widget-text-editor strong {color:#222; font-weight:700 !important;}
.light strong {color:#fff !important;}
small {font-size:.4em !important;}
.ntm {margin-top:0 !important;}

.elementor-widget-text-editor p, .elementor-widget-theme-post-content p,
.elementor-widget-text-editor ul, .elementor-widget-theme-post-content ul,
.elementor-widget-text-editor ol, .elementor-widget-theme-post-content ol {
  margin-bottom:1.7em;
}
.elementor-widget-text-editor .elementor-widget-container > p:last-of-type:last-child,
.elementor-widget-text-editor .elementor-widget-container > ul:last-of-type:last-child,
.elementor-widget-text-editor .elementor-widget-container > ol:last-of-type:last-child,
.elementor-widget-text-editor .elementor-widget-container .elementor-inline-editing p:last-of-type:last-child,
.elementor-widget-text-editor .elementor-widget-container .elementor-inline-editing ul:last-of-type:last-child,
.elementor-widget-text-editor .elementor-widget-container .elementor-inline-editing ol:last-of-type:last-child {
  margin-bottom:0;
}