/* LIST BLUE */
/*
.is-style-orange-list {
    list-style: none;
    padding-left: 0;
}

.is-style-orange-list li {
    position: relative;
    padding-left: 27px;
    margin-bottom: 5px; 
}

.is-style-orange-list li:before {
    content: ""; 
    position: absolute;
    left: 0;
    top: 7px;
    width: 14px; 
    height: 14px; 
    background-image: url('../aebo/assets/arrow-right.svg');
    background-size: contain; 
    background-repeat: no-repeat; 
}
*/

.is-style-group-blur {
    backdrop-filter: blur(30px) brightness(1.25);
/*	background-color: rgba(255 255 255 / 25%);*/
}

.block-editor-block-list__block .is-style-group-blur {
    backdrop-filter: blur(30px) brightness(1.25);
/*	background-color: rgba(200 200 200 / 50%);*/
}

footer > .is-style-group-blur {
    backdrop-filter: blur(30px) brightness(1.1);
    background-color: inherit;
}

.wp-block-latest-posts__list > li {
	backdrop-filter: blur(15px) brightness(1.1);
    background-color: #ffffff1c;
    color: white;
}

.wp-block-button {
    min-width: 200px;
}


.is-style-loop-alternate li:nth-of-type(3n+1) {
    position: relative;
    top: 0px;
}

.is-style-loop-alternate li:nth-of-type(3n+2) {
    position: relative;
    top: 42px;
}

.is-style-loop-alternate li:nth-of-type(3n) {
    position: relative;
    top: -12px;
}

/* FADE BUTTON */

.wp-block-button.is-style-button-fade-right {
    position: relative;
    z-index: 10
}

.wp-block-button.is-style-button-fade-right:after {
    content: '';
    position: absolute;
    height: 44px;
    width: 101vw;
    display: block;
    z-index: -1;
    left: 0;
    bottom: 0;
    backdrop-filter: blur(30px) brightness(1.1)
}

.wp-block-button.is-style-button-fade-left {
    position: relative;
    z-index: 10
}

.wp-block-button.is-style-button-fade-left:after {
    content: '';
    position: absolute;
    height: 44px;
    width: 101vw;
    display: block;
    z-index: -1;
    right: 0;
    bottom: 0;
    backdrop-filter: blur(30px) brightness(1.1)
}




/* MASONRY */
.is-style-masonry {
  display: block;
}

.is-style-masonry > li {
  width: 32.30%;
  float: left;
}

.is-style-masonry .wp-block-post-featured-image {
    margin-bottom: 0;
}

.is-style-masonry .wp-block-post {
    margin-bottom: 20px;
    margin-top: 0;
}


.is-style-image-shifted {
    position: absolute;
    top: -30px;
    left: -40px;
}