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

html, body {
	overflow-x: hidden;
}

html.lenis,
html.lenis body {
	height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
	overscroll-behavior: contain;
}

.lenis.lenis-stopped {
	overflow: clip;
}

.lenis.lenis-smooth iframe {
	pointer-events: none;
}

/* Set specific header styles to specific pages */
.single-events header {
	padding-top: 95px;
}

body.page-id-1508 header,
body.page-id-1477 header,
body.page-id-1513 header {
	padding-top: 100px;
}

.single-events #header-wrap,
body.page-id-1508 #header-wrap,
body.page-id-1477 #header-wrap,
body.page-id-1513 #header-wrap {
	background-color: #131127f2;
	backdrop-filter: blur(3px);
}

#header-wrap.scrolled {
	background-color: #131127f2;
	backdrop-filter: blur(3px);
}

#elementor-popup-modal-655 {
	backdrop-filter: blur(3px) !important;
}

@keyframes fadeDown {
	from {
		opacity: 0;
		transform: translate3d(0,-10px,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.elementor-element.fadeInDown {
	animation-name: fadeDown
}

@keyframes fadeLeft {
	from {
		opacity: 0;
		transform: translate3d(-10px,0,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.elementor-element.fadeInLeft {
	animation-name: fadeLeft
}

@keyframes fadeRight {
	from {
		opacity: 0;
		transform: translate3d(10px,0,0)
	}

	to {
		opacity: 1;
		transform: none
	}
}

.elementor-element.fadeInRight {
	animation-name: fadeRight
}

@keyframes fadeUp {
	from {
		opacity: 0;
		transform: translate3d(0, 10px, 0);
	}

	to {
		opacity: 1;
		transform: none
	}
}

.elementor-element.fadeInUp {
	animation-name: fadeUp
}

/*
* 
* ********************************************************** 
*  My Account Style
* **********************************************************
* 
*/

/* Buttons Style */
.elementor-button-icon svg {
	transition: fill 300ms;
}

.elementor-button {
	transition: all .3s;
}

/* Form Style */
fieldset.jet-form-builder-row.field-type-radio-field,
fieldset.jet-form-builder-row.field-type-checkbox-field {
	border: none !important;
}

.field-type-checkbox-field .jet-form-builder__field-label.for-checkbox :checked+span::before,
.field-type-radio-field .jet-form-builder__field-label.for-radio :checked+span::before {
	border-color: var(--e-global-color-953d825) !important;
	background-color: var(--e-global-color-953d825) !important;
}

/* ASBAN Form Style */

.asban_form input[type=date],
.asban_form input[type=email],
.asban_form input[type=number],
.asban_form input[type=password],
.asban_form input[type=search],
.asban_form input[type=tel],
.asban_form input[type=text],
.asban_form input[type=url],
.asban_form select,
.asban_form textarea {
	border: 1px solid #e9e9e9 !important;
	border-radius: 8px;
}

.asban_form .select-field {
	padding: 0 15px !important;
	outline: none;
	min-height: 42px;
	max-height: 42px;
	height: 42px;
}

.asban_form .select-field option {
	font-weight: 500;
	font-size: 17px;
}

.asban_form .select2-container--default .select2-selection--single {
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	height: fit-content;
}

.asban_form .select2-selection__rendered {
	font-family: "Roboto", Sans-serif;
	padding: 10px 12px;
	line-height: 1.1em !important;
	font-size: 18px;
	font-weight: 500;
	color: #000 !important;
	height: 42px;
	max-height: 42px;
	display: flex !important;
	align-items: center;
}

.asban_form .select2-selection__arrow {
	top: 8px !important;
	right: 5px !important;
}

.asban_form .select2-container--open .select2-dropdown--below,
.asban_form .select2-dropdown--above {
	border-color: #e9e9e9;
	border-radius: 0;
}

.asban_form .select2-search__field {
	border-color: #e9e9e9 !important;
	border-radius: 4px;
}

.asban_form .select2-results__options {
	font-family: "Roboto", Sans-serif;
	font-weight: 500;
	font-size: 16px;
	text-transform: uppercase;
}

.asban_form .select2-results__option--highlighted {
	background-color: var( --e-global-color-953d825 ) !important;
	color: var(--e-global-color-de51967) !important;
}

.asban_form .jet-form-builder-file-upload {
	flex-direction: column;
	width: 100% !important;
	padding: 0 0 85px 0;
	background-color: #f7f7f7;
	border: 1px solid #e9e9e9;
	border-radius: 8px;
	overflow: hidden;
}

.asban_form .jet-form-builder-file-upload__content {
	width: 100%;
}

.asban_form textarea {
	outline: none;
	height: 120px;
}

.asban_form .jet-form-builder-file-upload__files {
	width: 100%;
	min-height: 221px;
	background-image: url(/wp-content/uploads/2025/09/squareformat_FR.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: auto;
}

.asban_form.form_en .jet-form-builder-file-upload__files {
	background-image: url(/wp-content/uploads/2025/09/squareformat_EN.png) !important;
}

.asban_form .jet-form-builder-file-upload__file {
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	height: auto;
	max-height: 221px;
	padding: 15px;
	background-color: #f7f7f7;
}

.asban_form .jet-form-builder-file-upload__file img {
	object-fit: contain;
}

.asban_form .jet-form-builder-file-upload__file-remove {
	height: 50px;
	bottom: 0;
	top: unset;
}

.asban_form .jet-form-builder-file-upload__message {
	font-family: "Roboto", Sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	position: absolute;
	left: 10px;
	bottom: 14px;
}

.asban_form .jet-form-builder-file-upload__message small {
	font-size: 11px;
}

.asban_form .jet-form-builder-file-upload__fields {
	position: absolute;
	left: 10px;
	bottom: 40px;
}

.asban_form .select2-container .select2-search--inline input.select2-search__field {
	min-width: 100px;
	border: none !important;
	margin-top: 0;
	line-height: 1;
}

.asban_form .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	margin-top: 0;
}

.asban_form .jet-form-builder__conditional.no-conditional-space {
	margin-top: 0;
}


/* ASBAN Log Items */

.asban_log_list {
	padding: 0;
}

.asban_log_item {
	font-weight: 600;
	font-size: 15px;
	line-height: 1;
	display: flex;
	flex-direction: column;
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #e9e9e9;
	gap: 2px;
	color: var(--e-global-color-9e38061);
}

.asban_log_item:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}

.asban_log_item span {
	font-size: 14px;
	margin-top: 2px;
	color: var(--e-global-color-secondary);
}

/* ASBAN Dahsboard Menu */
.asban_dash_menu ul {
	font-family: "Hanken Grotesk", Sans-serif;
	font-size: 18px;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 1em;
	list-style-type: none;
	padding: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
	color: var(--e-global-color-de51967);
}

.asban_dash_menu .menu-item a {
	transition: all 0.3s ease;
}

.asban_dash_menu ul li {
	display: flex;
	flex-direction: column;
	width: 100%;
	transition: all 0.5s ease;
}

.asban_dash_menu ul.asban_nav_menu > li {
	border-bottom: 3px solid;
}

.asban_dash_menu .current-menu-item {
	background-color: var(--e-global-color-de51967);
	color: var(--e-global-color-9e38061);
}

.asban_dash_menu .current-menu-item a {
	background-color: var(--e-global-color-de51967);
	color: var(--e-global-color-9e38061);
}

.asban_dash_menu ul li:not(.menu-item-has-children):hover,
.asban_dash_menu .nav_dropdown_item:hover {
	background-color: var(--e-global-color-de51967);
	color: var(--e-global-color-9e38061);
}

.asban_dash_menu ul li:not(.menu-item-has-children):hover a {
	color: var(--e-global-color-9e38061);
}

.asban_dash_menu ul i {
	display: flex;
	font-size: 21px;
}

.asban_dash_menu i.ph-caret-down {
	font-size: 16px;
}

.asban_dash_menu .nav_dropdown_item {
	display: flex;
	flex: 1;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
	padding: 12px;
	transition: all 0.3s ease;
	user-select: none;
}

.asban_dash_menu .nav_title_wrap {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
	gap: 5px;
	transition: all 0.3s ease;
}

.asban_dash_menu ul li a {
	overflow-x: hidden;
	white-space: nowrap;
	display: flex;
	color: var(--e-global-color-de51967);
	padding: 12px; 
}

.asban_dash_menu .sub-menu {
	margin-top: 5px;
	padding-left: 0;
	margin-left: 0;
	padding-left: 0;
	max-height: 0;
	opacity: 0;
	overflow: hidden;
	transition: max-height 0.3s ease, opacity 0.3s ease;
}

.asban_dash_menu .sub-menu.open {
	max-height: 500px;
	opacity: 1;
}

.asban_dash_menu ul.sub-menu li {
	padding-left: 12px;
}

.asban_dash_menu .sub-menu.nav_open {
	display: flex;
}

.asban_menu_toggle {
	display: none;
	background: none;
	border: none;
	font-size: 28px;
	cursor: pointer;
	z-index: 1100;
	background-color: transparent !important;
}

.asban_menu_toggle i {
	color: var(--e-global-color-953d825);
}

.asban_menu_toggle i.ph-x-square {
	display: none;
}

.asban_menu_toggle i.ph-list {
	display: inline-block;
}

.asban_menu_toggle.active i.ph-list {
	display: none;
}

.asban_menu_toggle.active i.ph-x-square {
	display: inline-block;
}

.history_form .field_before.repeater + .field-type-repeater-field .jet-form-builder-repeater__row-remove,
.history_form .field_after.repeater + .field-type-repeater-field .jet-form-builder-repeater__row-remove,
.history_form .field_before.repeater + .field-type-repeater-field .jet-form-builder-repeater__actions,
.history_form .field_after.repeater + .field-type-repeater-field .jet-form-builder-repeater__actions,
.history_form .jet-fb-map-field__reset {
	display: none;
}

.history_form .jet-form-builder__field:not(select):not(.jet-form-builder-repeater):not(.wysiwyg-field),
.history_form .jet-form-builder-file-upload__file-remove {
	pointer-events: none;
	background-color: #f5f5f5;
	color: #888;
	border: 1px solid #ccc;
	cursor: not-allowed;
}

.history_form select.jet-form-builder__field option {
	pointer-events: none;
	background-color: #f5f5f5;
	cursor: not-allowed;
}

.history_form .field_before + fieldset label.jet-form-builder__field-label,
.history_form .field_after + fieldset label.jet-form-builder__field-label,
.history_form .jet-form-builder__field.jet-form-builder-repeater,
.history_form .jet-fb-map-field__frame {
	pointer-events: none;
	cursor: not-allowed;
}

.history_form .jet-form-builder__field.jet-form-builder-repeater .jet-form-builder__field-wrap .select2-selection {
	background-color: #f5f5f5;
}

selector p:last-child {
	margin: 0;
}

.truncate-content .jet-listing-dynamic-field__replacement-wrap {
	flex-direction: column;
	align-items: flex-start;
	gap: 0;
	position: relative;
	padding-bottom: 20px;
}

.truncate-content a.truncate-link {
	margin-top: 5px;
	color: var(--e-global-color-953d825);
	width: 100%;
	background-color: transparent;
	background-image: linear-gradient(180deg, #FFFFFF00 0%, #FFF 41%);
	z-index: 2;
	background-position: top center;
	display: block;
	position: absolute;
	bottom: 0;
	padding-top: 40px;
}

.truncate-content a.truncate-link.plus {
	position: relative;
	padding-top: 20px;
}

.truncate-content a.truncate-link:hover,
.truncate-content a.truncate-link:focus {
	color: var( --e-global-color-d5a0a67 );
}

@media (max-width: 1024px) {

	.asban_menu_toggle {
		display: flex;
		position: relative;
		z-index: 1101;
	}

	.asban_dash_menu {
		position: absolute;
		top: 48px;
		left: -100%;
		width: 100vw !important;
		background: #fff;
		transition: left 0.3s ease;
		z-index: 999;
		overflow-y: auto;
		height: auto;
	}

	.asban_dash_menu.open {
		left: 0;
		box-shadow: 10px 10px 20px -4px rgba(0, 0, 0, 0.25);
	}

	.asban_dash_menu ul {
		color: var(--e-global-color-57c008e);
	}

	.asban_dash_menu ul.asban_nav_menu > li {
		border-bottom: 3px solid;
		border-color: var(--e-global-color-57c008e);
	}

	.asban_dash_menu .current-menu-item {
		background-color: var(--e-global-color-9e38061);
		color: var(--e-global-color-de51967);
	}

	.asban_dash_menu .current-menu-item a {
		background-color: var(--e-global-color-9e38061);
		color: var(--e-global-color-de51967);
	}

	.asban_dash_menu ul li:not(.menu-item-has-children):hover,
	.asban_dash_menu .nav_dropdown_item:hover {
		background-color: var(--e-global-color-9e38061);
		color: var(--e-global-color-de51967);
	}

	.asban_dash_menu ul li:not(.menu-item-has-children):hover a {
		color: var(--e-global-color-de51967);
	}

	.asban_dash_menu ul li a {
		color: var(--e-global-color-57c008e);
	}

	.single-events header {
		padding-top: 80px;
	}

	body.page-id-1508 header,
	body.page-id-1477 header,
	body.page-id-1513 header {
		padding-top: 88px;
	}

}

@media (max-width: 767px) {

	.single-events header {
		padding-top: 75px;
	}

	body.page-id-1508 header,
	body.page-id-1477 header,
	body.page-id-1513 header {
		padding-top: 82px;
	}

}



