/* ============================================================================================
	FEATURED PILATES FEATURE / PATTERN
============================================================================================ */
.hightime-pilates-feature-item {
	margin-top: 3em
}
.hightime-pilates-feature-item:nth-of-type(odd) {
    flex-direction: row-reverse
}
.hightime-pilates-feature-image {
	position: relative;
    margin-bottom: 2em
}
.hightime-pilates-feature-image img {
    width: 94%
}
.hightime-pilates-feature-item:nth-of-type(odd) .hightime-pilates-feature-image {
    text-align: right
}
.hightime-pilates-feature-image::before {
	content: "";
	display: block;
	position: absolute;
	bottom: -2em;
    z-index: -1;
	width: 94%;
	height: 80%;
	background: var(--wp--preset--color--accent-2);
}
.hightime-pilates-feature-item:nth-of-type(odd) .hightime-pilates-feature-image::before {
    left: 0
}
.hightime-pilates-feature-item:nth-of-type(even) .hightime-pilates-feature-image::before {
    right: 0
}
.hightime-pilates-feature-image::after {
	content: "";
    display: block;
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgb(200, 200, 200);
}
.observe_is_active .hightime-pilates-feature-image::after {
	animation: var(--reveal-animation);
	transform-origin: center right
}

@media screen and (min-width: 1024px) {
	.hightime-pilates-feature-item {
		display: flex;
		align-items: center
	}
	.hightime-pilates-feature-image {
		width: 46%
	}
	.hightime-pilates-feature-content {
		flex: 1;
		min-width: 0
	}
	.hightime-pilates-feature-image::before {
		top: 2em;
		bottom: auto;
		left: 2em;
		height: 100%;
	}
}