html:not(.dark-mode) header [data-row="top"],
html:not(.dark-mode) .ct-header-bar[data-id="top-bar"] {
    background: #f3f3f3 !important;
    --header-row-background: #f3f3f3 !important;
}

html:not(.dark-mode) header [data-row="top"] .menu-secondary-menu a,
html:not(.dark-mode) header [data-row="top"] .menu-secondary-menu li a {
    color: #555555 !important;
}

html:not(.dark-mode) header [data-row="top"] a,
html:not(.dark-mode) header [data-row="top"] span,
html:not(.dark-mode) header [data-row="top"] .ct-header-socials a,
html:not(.dark-mode) header [data-row="top"] .ct-header-search {
    color: #333333 !important;
}

html:not(.dark-mode) header [data-row="middle"],
html:not(.dark-mode) .ct-header-bar[data-id="main-header"] {
    background: #ffffff !important;
    --header-background-color: #ffffff !important;
    --header-row-background: #ffffff !important;
}

html:not(.dark-mode) header [data-row="middle"] .site-title a,
html:not(.dark-mode) header [data-row="middle"] .site-branding a,
html:not(.dark-mode) header [data-row="middle"] .menu-item a,
html:not(.dark-mode) header [data-row="middle"] .ct-menu-link {
    color: #111111 !important;
    --theme-menu-link-initial-color: #111111 !important;
}

html:not(.dark-mode) .ct-footer [data-row="middle"],
html:not(.dark-mode) footer[data-id="footer"] [data-row="middle"],
html:not(.dark-mode) .ct-footer [data-row="middle"] .ct-container {
    background: #28282d !important;
    --theme-row-background: #28282d !important;
    --footer-middle-row-background: #28282d !important;
}

html:not(.dark-mode) .ct-footer [data-row="middle"] {
    color: #e0e0e0 !important;
    --theme-text-color: #e0e0e0 !important;
    --theme-link-initial-color: #ffffff !important;
}

html:not(.dark-mode) .ct-footer [data-row="middle"] a,
html:not(.dark-mode) .ct-footer [data-row="middle"] svg {
    color: #ffffff !important;
    fill: #ffffff !important;
}

.ct-drawer-canvas .ct-widget-title,
.ct-drawer-canvas .ct-menu-title,
.ct-drawer-canvas .menu-title,
.ct-drawer-canvas [data-id*="menu"] > .ct-title,
.ct-drawer-canvas .mobile-menu-label {
    display: none !important;
}

.ct-footer [data-row="middle"] .widget-title,
.ct-footer [data-row="middle"] h1,
.ct-footer [data-row="middle"] h2,
.ct-footer [data-row="middle"] h3,
.ct-footer [data-row="middle"] h4,
.ct-footer [data-row="middle"] .widget-title a,
.ct-footer [data-row="middle"] h1 a,
.ct-footer [data-row="middle"] h2 a,
.ct-footer [data-row="middle"] h3 a,
.ct-footer [data-row="middle"] h4 a {
    font-size: 14px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    color: #ffffff !important;
    margin-top: 0 !important;
    margin-bottom: 12px !important;
    border-bottom: 2px solid #e63946 !important;
    display: inline-block !important;
    padding-bottom: 4px !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
}

.ct-footer [data-row="middle"] ul,
.ct-footer [data-row="middle"] ol,
.ct-footer [data-row="middle"] .menu {
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

.ct-footer [data-row="middle"] li {
    margin: 0 0 6px 0 !important;
    padding: 0 !important;
}

.ct-footer [data-row="middle"] li a {
    display: inline-block !important;
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 14px !important;
    transition: color 0.2s ease;
}

.ct-footer [data-row="middle"] li a:hover {
    color: #e63946 !important;
}

#block-58,
#block-58 .wp-block-buttons,
#block-58 .wp-block-button {
    width: 100% !important;
    max-width: 100% !important;
    display: block !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#block-58 .wp-block-button__link {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
    padding: 12px 10px !important;
    white-space: nowrap !important;
    float: none !important;
    border-radius: 4px !important;
}

@media (max-width: 768px) {
    .footer-copyright-text {
        text-align: center !important;
    }

    .footer-copyright-text .copyright-line-1,
    .footer-copyright-text .copyright-line-2 {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
    }

    .footer-copyright-text .copyright-line-2 {
        margin-top: 5px !important;
    }

    .ct-footer [data-row="middle"] .ct-container {
        display: grid !important;
        grid-template-columns: repeat(2, 1fr) !important;
        column-gap: 20px !important;
        row-gap: 25px !important;
        padding-left: 20px !important;
    }
}