.mob-dot-toggle {
    color: #000 !important;
}
button.menu-toggle:before, button.menu-toggle.activated:before {
    color: #000 !important;
}
.banner-promo-text {
    color: #ffffff;
    font-size: 30px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    top: -70%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
}
/* Replace 123 with your actual page ID */
.page-id-1115 .page-banner .banner-promo-text {
    display: block;
}

/* Hide it on all other pages */
.banner-promo-text {
    display: none;
}
@media only screen and (min-width: 1024px) {
    body.window_scrolled .main-header .header-items .header-col.logo-item img {
        height: auto !important;
    }
}