/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


header#header [data-row="middle"] {
    --ei-logo-height-min: 60px;
    --ei-gap-min: 25px;
    --ei-font-size-min: 14px;
    a.ct-button::after {
        content: unset;
    }
}
header#header [data-row="middle"] .ct-contact-info {
    --ei-min: var(--ei-gap-min);
    --ei-max: 72px;
    margin-right: var(--ei-fluid);
    a {
        --ei-min: 15px;
        --ei-max: var(--theme-font-size);
        font-size: var(--ei-fluid);
    }
}


.ei-overflow-hidden>.kt-inside-inner-col {
    overflow: hidden;
}
div.acf-map {
    margin-block: 0px;
    border: none;
}


footer#footer #menu-main-menu-2 a:hover {
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-skip-ink: none;
}