/* 
Theme Name: Hello Elementor Child - אנשי הסביבה 23
Theme URI: https://github.com/elementor/hello-theme/
Description: Child theme of Hello Elementor with custom code by FineLine
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
*/

/*
    custom styles
*/

body.elementor-editor-active #logo {
    top: 28px;
    right: 0;
    width: 120px;
}
#main_nav.elementor-sticky--effects {
    background-color: #1b332ecc;
}
.mark > span, .mark {
    display: inline-block;
    position: relative;
    z-index: 5;
}
.mark::before {
    content: '';
    display: block;
    width: 100.2%;
    height: 10px;
    background: #F0B557;
    position: absolute;
    bottom: 11px;
    z-index: -1;
    transition: all 0.8s ease-in .5s;
    transform: rotate(-1deg) translate(0, 20px);
}
.inViewport .mark::before {
    transform: rotate(-1deg) translate(0, 0);
}
.bright .elementor-heading-title {
    color: inherit;
}


#mobile-team-slider .elementor-testimonial__image img,
#mobile-team-slider-2 .elementor-testimonial__image img  {
    width: 100%;
    max-width: 317px;
    height: 100%;
}
#mobile-team-slider .elementor-testimonial__image,
#mobile-team-slider-2 .elementor-testimonial__image  {
    width: 100%;
}
#mobile-team-slider .elementor-testimonial__cite,
#mobile-team-slider-2 .elementor-testimonial__cite {
    margin-top: 0;
}

@media only screen and (max-width: 768px) {
    .mark::before {
        height: 7px;
        bottom: 8px;
        transform: rotate(-1deg) translate(0, 14px);
    }
}