/*
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: 2.0.06
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 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-theme-post-content a:not(.wp-block-button__link),
.elementor-widget-text-editor a {
  color:#b73001;
  font-weight:500;
  text-shadow:1px 1px 0 #fff, -1px 1px 0 #fff;
  text-decoration:none;
  background-image:linear-gradient(#ffffff, #ffffff),
    linear-gradient(#f2b8a3, #f2b8a3),
    linear-gradient(#b73001, #b73001);
  background-size:10px 2px, 100% 2px, 0 2px;
  background-position:calc(10px * -1) 100%, 100% 100%, 0 100%;
  background-repeat:no-repeat;
  transition:background-size 1.5s ease-out, background-position 1.5s ease-out;
}
.elementor-widget-theme-post-content a:not(.wp-block-button__link):hover,
.elementor-widget-text-editor a:hover {
  background-size:10px 2px, 0 2px, 100% 2px;
  background-position:calc(100% + 10px) 100%, 100% 100%, 0 100%;
}

.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;
}


/* ANCHOR LINKS */
html, body {scroll-padding-top:150px;}


/* HEADER */
ul.elementor-nav-menu--dropdown a:visited, .elementor-nav-menu--dropdown a:focus {background:#fff !important; color:#000 !important;}
ul.elementor-nav-menu--dropdown a:hover {background:#000 !important; color:#fff !important;}
ul.elementor-nav-menu--dropdown a, ul.elementor-nav-menu--dropdown a:focus, ul.elementor-nav-menu--dropdown a:hover {border-inline-start:none !important;}


/* CUSTOM ELEMENTS */


/* CONTENT */


/* BUTTON */


/* FOOTER */


/* FORMS */
body .gform_wrapper .gform-field-label {color:#ddd;}
body .gform_wrapper .ginput_container_checkbox {margin-top:10px;}