/* 
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.08
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;
}


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

.single-post .wp-block-button .wp-block-button__link {
  font-family: "Manrope", Sans-serif;
  font-size: 15px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration:none !important;
  line-height: 1em;
  color: #00704A;
  background-color: #fff;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: #00704A;
  border-radius: 20px 20px 20px 20px;
  padding: 19px 40px 20px 40px;
  transition:all 0.3s ease;
}
.single-post .wp-block-button .wp-block-button__link:hover {
  text-decoration:none !important;
  color: #fff;
  background-color: #78A22F;
  border-color: #78A22F;
}


/* HEADER */
ul.elementor-nav-menu .sub-arrow {display:none !important;}
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:#7A7C7E !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;}


/* GALLERY */
.epyt-gallery-img-box {display:none !important;}
.epyt-gallery-title {text-align:left;}
.epyt-video-wrapper {box-shadow:0 0 30px 1px rgba(0, 0, 0, 0.25); margin-bottom:10px;}
.epyt-gallery-title {padding:7px 0 !important; transition:all 0.3s ease; text-align:center;}
.epyt-gallery-title:hover {color:#000;}