:root {
    --color-page-bg: #f1f1f1;
    --color-page-text-color: #000;
}

:root {
    --lx-link-color: #e12e1e;
    --lx-link-color--hover: #e12e1e;
    --lx-card-input-bg: #f1f1f1;
    --lx-input-focus-color: #726f6f;

    --lx-btn-submit-bg: #726f6f;
    --lx-btn-submit-bg--hover: #8e2520;
    --lx-btn-submit-text-color: #fff;
    --lx-btn-submit-text-color--hover: #fff;
}

.lx-page-header-logo-link svg {
    fill: #000;
    height: 42px;
    stroke:none;
    width: auto;
}

.lx-page-header-logo-link svg .peaks,
.lx-page-header-logo-link svg .one-source {
    fill: #e12e1e;
}

.lx-page-header-logo-link svg .sub {
    fill: #6b6e70;
}

@media (min-width: 768px) {
    .lx-page-header-logo-link svg {
        height: 78px;
    }
}
