/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 2.5.0.1649843220
Updated: 2022-04-13 09:47:00

*/
.elementor-sticky--effects.stickyfejlec {
    background-color: white !important;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.1)!important;
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.param-listing-custom .elementor-icon-list-text b {
    margin-left: 3px;
}
.param-listing-custom .jet-listing-dynamic-repeater__items{
    flex-wrap: wrap;
    grid-gap: 2%;
    align-items: flex-start;

}
.param-listing-custom .jet-listing-dynamic-repeater__item {
    display: flex;
    width: 48%;
    align-items: flex-start;
    border-bottom: 1px solid lightgray;
}
.param-listing-custom .jet-listing-dynamic-repeater__item span {
    align-items: flex-start;
}
.param-listing-custom .icon-custom-css {
    margin-right: 5px !important;
    color: var(--e-global-color-primary) !important;
}
@media screen and (max-width: 1024px) {
    .param-listing-custom .jet-listing-dynamic-repeater__item {
    width: 100%;
}
}