*:not(.block-editor) .block-animate {
	opacity: 0;
	position: relative;
	transition: all 1s ease;
}

*:not(.block-editor) .block-animate.animated {
	opacity: 1;
}

*:not(.block-editor) .block-animate.animated {
	opacity: 1;
}

*:not(.block-editor) .block-animate.slide-left-right {
	left: -250px;
}

*:not(.block-editor) .block-animate.slide-left-right.animated {
	left: 0;
}

*:not(.block-editor) .block-animate.slide-right-left {
	right: -250px;
}

*:not(.block-editor) .block-animate.slide-right-left.animated {
	right: 0;
}

*:not(.block-editor) .block-animate.slide-bottom-top {
	top: 250px;
}

*:not(.block-editor) .block-animate.slide-bottom-top.animated {
	top: 0;
}

*:not(.block-editor) .block-animate.slide-top-bottom {
	top: -250px;
}

*:not(.block-editor) .block-animate.slide-top-bottom.animated {
	top: 0;
}
