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

main {
    position: relative;
}

.top-bar {
    /* background-color: #01DFA5; */
    width: 100vw;
    align-items: center;
}

.top-bar_inner > p {
    /* margin: 0 auto; */
    width: fit-content;
    padding: 8px;
    margin-bottom: 0;
    font-weight: 700;
}

.top-bar.w-cd .top-bar_inner {
    display: grid;
    grid: auto / 1fr 1fr 1fr;
    width: var(--theme-default-editor, var(--theme-block-width));
    max-width: var(--theme-default-editor, var(--theme-block-max-width));
}

.top-bar.wo-cd .top-bar_inner {
    width: fit-content;
    margin: 0 auto;
}

.top-bar.wo-cd .top-bar_inner p.tb_text-mobil {
    text-align: center !important;
}

.footer_grid {
    display: grid;
    grid: auto / 1fr 2fr;
    gap: 25px;
}

.footer_grid p strong {
    font-size: 18px !important;
}

.footer_grid a {
    text-decoration: none !important;
}

.social_grid {
    display: flex;
    flex-direction: row;
    gap: 13px;
}

.top-bar.text-black .top-bar_inner p {
    color: black;
}

.top-bar.text-white .top-bar_inner p {
    color: white !important;
}

select {
    background-size: 18px !important;
    background-position: right 16px top 50%,0 0 !important;
}

@media (max-width: 992px) {
    .footer_grid {
        display: block;
    }

    .tb_text {
        display: none;
    }

    .top-bar.w-cd .top-bar_inner {
        display: block;
    }

    .top-bar_inner > p {
        margin: 0 auto;
    }

    .top-bar .countdown p {
        text-align: center;
        margin-bottom: 0;
        margin-top: 4px;
        line-height: 18px;
        font-size: 14px;
    }
    
    .top-bar .countdown p span {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: -4px;
    }

    .top-bar .countdown {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 0 12px 12px;
    }

    .top-bar .top-bar_inner {
        padding: 0 16px;
    }

    .wpcf7 .form_grid {
        display: grid;
        grid: auto / 1fr;
        gap: 0 25px;
        margin-bottom: 25px;
    }
}

@media (min-width: 993px) {
    .tb_text-mobil {
        display: none;
    }

    .top-bar .countdown {
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 8px;
    }

    .top-bar .countdown p {
        text-align: center;
        margin-bottom: 0;
        margin-top: 4px;
        line-height: 20px;
        font-size: 14px;
    }
    
    .top-bar .countdown p span {
        font-weight: 700;
        font-size: 24px;
        margin-bottom: -4px;
    }

    .top-bar .top-bar_inner {
        padding: 0 24px;
    }

    .wpcf7 .form_grid {
        display: grid;
        grid: auto / 1fr 1fr;
        gap: 0 25px;
        margin-bottom: 25px;
    }
}



select:-internal-list-box optgroup option::before {
    content: "";
}

optgroup option {
    padding-left: 0px;
}