/*
Theme Name: Webob Child
Theme URI: https:/webob.nl
Description: ELementor child door Webob
Author: Webob
Author URI: https:/webob.nl
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/

html, body{
    overflow-x: hidden;
}

/**
 * Section padding utility classes
 **/
.p-md{
    padding-top: 28px;
    padding-bottom: 28px;
}
.p-lg{
    padding-top: 40px;
    padding-bottom: 40px;
}
.p-xl{
    padding-top: 56px;
    padding-bottom: 56px;
}

@media screen and (min-width: 767px) {
    .p-md{
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .p-lg{
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .p-xl{
        padding-top: 80px;
        padding-bottom: 80px;
    }
}
@media screen and (min-width: 1024px) {
    .p-md{
        padding-top: 56px;
        padding-bottom: 56px;
    }
    .p-lg{
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .p-xl{
        padding-top: 120px;
        padding-bottom: 120px;
    }
}


.m-md{
    margin-top: 28px;
    margin-bottom: 28px;
}
.m-lg{
    margin-top: 40px;
    margin-bottom: 40px;
}
.m-xl{
    margin-top: 56px;
    margin-bottom: 56px;
}

@media screen and (min-width: 767px) {
    .m-md{
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .m-lg{
        margin-top: 60px;
        margin-bottom: 60px;
    }
    .m-xl{
        margin-top: 80px;
        margin-bottom: 80px;
    }
}
@media screen and (min-width: 1024px) {
    .m-md{
        margin-top: 56px;
        margin-bottom: 56px;
    }
    .m-lg{
        margin-top: 80px;
        margin-bottom: 80px;
    }
    .m-xl{
        margin-top: 120px;
        margin-bottom: 120px;
    }
}

/**
 *  Styling for text-editor widget. Heading spacing & OL/UL spacing fixes.
 **/
.elementor-widget-text-editor ul, .elementor-widget-text-editor ol, .elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol {
    margin-bottom: 2rem;
}
.elementor-widget-text-editor h1, .elementor-widget-text-editor h2, .elementor-widget-text-editor h3, .elementor-widget-text-editor h4, .elementor-widget-text-editor h5, .elementor-widget-text-editor h6{
    margin-top: 1rem;
}
.elementor-widget-text-editor .elementor-widget-container :is(h1, h2, h3, h4, h5, h6, p, img):first-of-type {
    margin-top: 0 !important;
}

.elementor-widget-text-editor ul, .elementor-widget-text-editor ol, .elementor-widget-theme-post-content ul, .elementor-widget-theme-post-content ol{
    padding-left: 20px;
    margin-bottom: 2rem;
}

ul li::marker{
    color: var( --e-global-color-primary );
}
ol li::marker{
    color: var( --e-global-color-primary );
    font-weight: 700;
}

.elementor-widget-text-editor p:last-of-type:is(:last-child){
    margin-bottom: 0!important;
}