/* @group Image And Text Gallery
------------------------------------ */
.image-and-text-gallery {
    color: var(--blue);
    --row-default: 126.5rem;
}
.image-and-text-gallery[class*=" option-"] {
    padding-top: 0;
}
.image-and-text-gallery .header {
    text-align: center;
    margin-bottom: 8rem;
}   
.image-and-text-gallery .header h2 {
    margin: 0 0 2rem;
    text-transform: capitalize;
    font-weight: 500;
}
.image-and-text-gallery .image-text .wp-block-columns:not(:last-of-type) {
    margin-bottom: 4rem;
}
.image-and-text-gallery .image-text .image .wp-block-image {
    height: 33rem;
    border-radius: 2rem;
    margin: 0;
}
.image-and-text-gallery .image-text .text .wp-block-heading {
    margin: 0 0 2rem;
    text-transform: capitalize;
    font-weight: 500;
}
.image-and-text-gallery .image-text .text .wp-block-button__link {
    margin: 2rem 0 0;
}
.image-and-text-gallery .outerAbsoluteDecoration {
    position: absolute;
    pointer-events: none;
    width: 40%;
    right: 0;
    top: -10rem;
}
.image-and-text-gallery[class*=" option-"] .outerAbsoluteDecoration {
    top: -25rem;
}
.image-and-text-gallery .outerAbsoluteDecoration .wp-block-column {
    padding: 0;
}
.image-and-text-gallery .outerAbsoluteDecoration .wp-block-image {
    height: 20rem;
}
.image-and-text-gallery .outerAbsoluteDecoration .wp-block-image > img {
    object-fit: contain;
    object-position: right center;
}
/* Higher image */
.image-and-text-gallery.higher-image .image-text .image .wp-block-image {
    height: 30rem;
}
@media only screen
and (min-width : 961px) {
    .image-and-text-gallery .header {
        margin-bottom: 7rem;
    }
    .image-and-text-gallery .image-text .wp-block-columns:nth-child(even) .text {
        order: -1;
    }
    .image-and-text-gallery .image-text .wp-block-columns:nth-child(even) .image {
        margin-left: 6.8rem;
    }
    .image-and-text-gallery .image-text .wp-block-columns:nth-child(odd) .image {
        margin-right: 6.8rem;
    }
    .image-and-text-gallery .image-text .wp-block-columns:not(:last-of-type) {
        margin-bottom: 5.2rem;
    }
    .image-and-text-gallery .image-text .image .wp-block-image {
        height: 47.5rem;
    }
    .image-and-text-gallery .image-text .text {
        margin-right: 6.8rem;
    }
    .image-and-text-gallery .image-text .text .wp-block-heading {
        margin: 0 0 3rem;
    }
    .image-and-text-gallery .image-text .text .wp-block-button__link {
        margin: 6rem 0 0;
    }
    .image-and-text-gallery .outerAbsoluteDecoration {
        top: -25rem;
    }
    .image-and-text-gallery[class*=" option-"] .outerAbsoluteDecoration {
        top: -35rem;
    }
    .image-and-text-gallery .outerAbsoluteDecoration .wp-block-image {
        height: 40rem;
    }
    /* Higher image */
    .image-and-text-gallery.higher-image .image-text .image .wp-block-image {
        height: 60rem;
    }
    .image-and-text-gallery.higher-image .image-text .wp-block-columns:not(:last-of-type) {
        margin-bottom: 6rem;
    }
}
@media only screen
and (min-width : 961px)
and (max-width : 1440px) {
}
@media only screen
and (min-width : 0)
and (max-width : 960px) {
    .image-and-text-gallery .image-text .text {
        order: -1;
        margin-bottom: 4rem;
    }
    .image-and-text-gallery .image-text .text h2 {
        text-align: center;
    }
    .image-and-text-gallery .image-text .text :is(.wp-block-button, .wp-block-button__link) {
        width: 100%;
    }
}

/* @end */


.editor-styles-wrapper .image-and-text-gallery .outerAbsoluteDecoration .wp-block-image {
    height: 250px;
    margin: 0;
}



/* FLOWERS */
.wp-admin .image-and-text-gallery .components-resizable-box__container {
    margin: 0 0 0 auto;
}
.image-and-text-gallery figure.wp-block-image img {
    object-position: right center !important;
}
body:not(.wp-admin) .image-and-text-gallery .outer-shapes {
    position: absolute;
    z-index: var(--z-index-medium, 2);
    top: -15.5rem;
    left: auto;
    right: 0;
    bottom: auto;
}

@media only screen and (min-width : 961px) {
    body:not(.wp-admin) .image-and-text-gallery .outer-shapes {
        top: -33rem;
    }
}


/* ANIMATIONS */
/* :where(#wrapper) .image-and-text-gallery :is(.header h2, .header h3, .wp-block-columns) {
    opacity: 0;
    --duration: 1s;
}

:where(#wrapper) .image-and-text-gallery.animateActive :is(.header h2, .header h3, .wp-block-columns) {
    animation: fadeUp var(--duration) forwards;
    animation-delay: var(--delay, 0);
}

:where(#wrapper) .image-and-text-gallery.animateActive .header h2 {
    --delay: 0.5s;
}
:where(#wrapper) .image-and-text-gallery.animateActive .header h3 {
    --delay: 0.75s;
}
:where(#wrapper) .image-and-text-gallery.animateActive .wp-block-columns {
    --delay: 1s;
} */