.is-style-bf_text_rotate {
    text-transform: uppercase;
    font-style: italic;
    transform: rotate(-4deg);
    line-height: 1.05 !important;
}


.wp-block-heading {
  font-style: italic !important;
}


.bfteaser {
  overflow: hidden;
}

.bfteaser .bfteaser-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.bfteaser .bfteaser-overlay-top {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.bf-borderradius, .bfteaser, .wp-block-image.is-style-rounded-corners img {
  border-radius: 20px;
}


.greyd-posts-slider .pgn.arrows a {
  border-radius: 99px;
}
.greyd-posts-slider .pgn.arrows.left {
  padding-right: calc(var(--wp--preset--spacing--tiny) * 0.5);
}
.greyd-posts-slider .pgn.arrows.right {
  padding-left: calc(var(--wp--preset--spacing--tiny) * 0.5);
}

.fix-slider-spacing {
  padding-left: calc(var(--wp--preset--spacing--tiny) * 0.5);
  padding-right: calc(var(--wp--preset--spacing--tiny) * 0.5);
}

.list-center li {
  justify-content: center !important;
}
.list-center li .list_content {
  width: auto !important;
}
