/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
body>* {
    text-wrap: balance;
}
.wp-block-list li:not(:last-child) {
    margin-bottom: 1.5em;
}
.hero-section[data-type=type-2]>figure .ct-media-container {
    opacity: .15;
    mix-blend-mode: luminosity;
    filter: blur(10px);
}
.logo-footer .stk--svg-wrapper .stk--inner-svg svg.ugb-custom-icon {
    min-width: 160px !important;
    height: 50px;
}
figure.wp-block-image img {
    border-radius: 18px;
}
.site-logo-container img {
    transition: transform 800ms ease;
}
.site-logo-container img:hover {
    transition: transform 200ms ease-out;
    transform: scale(1.1)
}
.sub-menu {
    border-right: 1px solid var(--theme-palette-color-6);
    border-bottom: 1px solid var(--theme-palette-color-6);
    border-left: 1px solid var(--theme-palette-color-6);
}
.flipbook-menu-btn.fa {
    color: var(--theme-palette-color-3) !important;
}