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

header .block-link-arrow a {
    font-size: 18px;
}

.topbar {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.topbar svg {
    height: 21px;
    margin-right: 6px;
}

a .topbar {
    color: white;
}

a.header_login_link {
    display: flex;
    flex-direction: row;
    width: fit-content;
    align-items: center;
    color: white !important;
}

a.header_login_link svg {
    height: 21px;
    margin-right: 6px;
}

a.header_login_link p {
    margin-bottom: 0;
}

.alignfull .wp-block-column .wp-block-columns {
    max-width: 1600px;
    margin-left: auto !important;
    margin-right: auto !important;
}

body .is-layout-flex {
    gap: 80px !important;
}

.current-menu-item a {
    font-weight: bold !important;
}

.wp-block-columns {
    margin-bottom: 0 !important;
}

/* footer .ct-container-fluid {
    padding-top: 32px !important;
    padding-bottom: 85px !important;
} */

footer [data-network="instagram"] svg,
footer [data-network="facebook"] svg {
    height: 20px;
}

@media (max-width: 767px) {
    .resp-grid {
        display: grid !important;
        grid: auto / 1fr;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .resp-grid {
        display: grid !important;
        grid: auto / 1fr 1fr 1fr;
    }

    .medium-stack {
        display: block !important;
    }

    .medium-2-col {
        display: grid !important;
        grid: auto / 1fr 1fr
    }

    .medium-stack .wp-block-column {
        margin-bottom: 48px !important;
    }


}

@media (min-width: 768px) and (max-width: 1079px) {
    .stack-mob {
        display: grid !important;
        grid: auto / 1fr;
    }

    .stack-mob .wp-block-column:first-of-type {
        order: 1;
    }
}

@media (min-width: 1200px) {
    .resp-grid {
        display: grid !important;
        grid: auto / 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}

.c-button a {
    border: 5px solid black !important;
}

.c-button a:hover {
    border: 5px solid black !important;
    color: white !important;
    background-color: black !important;
}

.nav-cta {
    color: white;
    border: 4px solid white;
    border-radius: 32px;
    font-size: 15px;
    font-weight: 600;
    padding: 13px 28px;
    margin-left: 18px;
}

.nav-cta:hover {
    border: 4px solid #FF0040;
}

.error404 .ct-no-results {
    margin: 100px auto;
}