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

[data-header*="type-1"] [data-id="trigger"] {
    --theme-icon-size: 80 !important;
}

.ct-header-trigger:hover svg {
    fill: rgb(114, 114, 114) !important;
}

nav.mobile-menu {
    padding-left: calc(100% / 12);
}

.ct-header-trigger svg {
    height: 80px;
    width: 80px;
}

a[x-apple-data-detectors] {
    color: inherit !important;
    text-decoration: none !important;
    font-size: inherit !important;
    font-family: inherit !important;
    font-weight: inherit !important;
    line-height: inherit !important;
}

@media (max-width: 768px) {
    [data-header*="type-1"] [data-id="trigger"] {
        --theme-icon-size: 60 !important;
    }

    .ct-header-trigger svg {
        height: 60px;
        width: 60px;
    }
}