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

/*
    Add your custom styles here
*/


.dce-posts-container.dce-is-ratio .dce-post-image .dce-img img {
    border-radius: 50%!important;
}

body.past-event .elementor-element-3566c40, body.past-event .elementor-element-d8f5f08, body.past-event .elementor-element-a43d560, body.past-event .noshowpast{
	display: none !important;
}

body.postid-9177 #agenda{
	display: none !important;
}

.accordion-content{
	transition: all ease .3s !important;
}
@media (max-width: 767px){
	.header-subtitle{
		padding-right: 12px !important;
	}
}


/* Liste & Bullets Fix */
.hs-form ul,
.hs-form .inputs-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important; 
}
.hs-form ul li label{
	display: flex !important;
	gap: 10px !important;
}
.legal-consent-container .hs-form-booleancheckbox-display>span{
	margin: 0px !important;
}
.hs-dependent-field{
	margin: 20px 0px !important;
}

.hs-form li,
.hs-form .hs-form-checkbox,
.hs-form .hs-form-booleancheckbox {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

.hs-form fieldset {
    padding: 0 !important;
}