/* 
Theme Name: LeadMarket
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor
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
*/

header.page-header{
    display:none
}

.elementor-widget-container p:last-child{
    margin-bottom:0 !important
}

.entry-content ul,
.elementor-text-editor ul,
.elementor-widget-theme-post-content ul {
    list-style:disc;
    padding-left:30px;
    margin-bottom: 15px
}

.entry-content ol,
.elementor-text-editor ol,
.elementor-widget-theme-post-content ol {
    padding-left:30px;
    margin-bottom: 15px
}

.entry-content ul li:not(:last-child),
.elementor-text-editor ul li:not(:last-child),
.elementor-widget-theme-post-content ul li:not(:last-child) {
    margin-bottom: 5px
}

.entry-content ol li:not(:last-child),
.elementor-text-editor ol li:not(:last-child),
.elementor-widget-theme-post-content ol li:not(:last-child) {
    margin-bottom: 15px
}

@media (max-width: 1400px){
.e-con>.e-con-inner:not(.e-con-inner .e-con-inner) {
    padding-left: 5%;
    padding-right: 5%;
 }
}

strong{
    font-weight:500;
}

.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}

body:not(.elementor-editor-active) .elementor-widget-menu-anchor {
   position: relative;
   z-index: -1;
}

body:not(.elementor-editor-active) .elementor-menu-anchor:before {
   content: "";
   display: block;
   margin-top: -150px !important;
   visibility: hidden;
   pointer-events: none;
 }

.elementor-button-text {
    align-self: center;
}