/* @group GALLERY HORIZONTAL
------------------------------------ */
.gallery-horizontal {
	position: relative;
}
.gallery-horizontal .title {
	--fw: 500;
}
.gallery-horizontal .splide__slide .bp-multimedia {
	height: 35rem;
}
@media only screen
and (min-width : 961px) {

	#wrapper .gallery-horizontal .splide__list {
		flex-direction: row!important;
	}
	#wrapper .gallery-horizontal .splide__slide:nth-child(3n + 1) {
		width: 25%!important;
		margin-right: 2rem!important;
	}
	#wrapper .gallery-horizontal .splide__slide:nth-child(3n + 2) {
		width: 50%!important;
		margin-right: 2rem!important;
	}
	#wrapper .gallery-horizontal .splide__slide:nth-child(3n) {
		width: 25%!important;
	}
	.gallery-horizontal .splide__slide .bp-multimedia {
		height: 37.3rem;
	}
	
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
	#wrapper .gallery-horizontal .splide__track {
		padding-right: 12.5rem!important;
	}
	#wrapper .gallery-horizontal .row-slider,
	#wrapper .gallery-horizontal .bp-column {
		padding-right: 0!important;
	}
}

/* @end */


/* Animations
------------------------------------ */
:where(#wrapper) .gallery-horizontal .bp-column {
	opacity: 0;
	--duration: 1s;
}
:where(#wrapper) .gallery-horizontal.animateActive .bp-column {
	animation: fade var(--duration) forwards;
	animation-delay: var(--delay, 0);
}
:where(#wrapper) .gallery-horizontal.animateActive .bp-column:nth-child(1) {
    --delay: 0.2s;
}
:where(#wrapper) .gallery-horizontal.animateActive .bp-column:nth-child(2) {
    --delay: 0.5s;
}

/* .wp-admin .splide__list > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block {
	width: auto!important;
	margin-right: 2rem!important;
} */
.wp-admin .splide__list > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block:nth-child(3n + 1) {
	width: 25%!important;
	margin-right: 2rem!important;
}
.wp-admin .splide__list > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block:nth-child(3n + 2) {
	width: 50%!important;
	margin-right: 2rem!important;
}
.wp-admin .splide__list > .block-editor-inner-blocks > .block-editor-block-list__layout > .wp-block:nth-child(3n) {
	width: 25%!important;
}

