header {
    position: fixed;
    top: 0;
    z-index: 10;
}

.customize-support header {
    top: 32px;
}

.elementor {
    padding-top: 140px;
}

.header-right-column .textwidget a {
    background: #BE1B21;
    border: none;
    color: white;
}

@media (max-width: 950px) {
    .elementor {
        padding-top: 110px;
    }
    header {
        background-color: #fff;
    }
}

@media (max-width: 782px) {
    .customize-support header {
        top: 46px;
    }
}