.hide {
    display: none !important;
}

#nav-button {
    background-color: #ffffff;
    appearance: none;
    -webkit-appearance: none;
    text-decoration: none;
    color: #FF595A;
    position: relative;
    z-index: 1;
    border-radius: 31px;
    border: 2px solid #FF595A;
    -webkit-transition: color 0.2s linear, background-color 0.2s linear;
    -o-transition: color 0.2s linear, background-color 0.2s linear;
    transition: color 0.2s linear, background-color 0.2s linear;
    display: block;
    padding: 10px 20px;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 800;
}

div#sn-signin {
    display: none !important;
}

.show-desktop {
    display: block;
}

@media only screen and (max-width: 1024px) {
    #nav-button {
        max-width: 140px;
        margin-left: 20px;
        margin-top: 10px;
    }

    .show-desktop {
        display: none !important;
    }

    div#sn-signin {
        display: flex !important;
        flex-direction: column;
        align-items: center;
        width: 100%;
        display: block;
    }

    div#sn-signin p {
        margin: 0;
    }

    div#sn-signin p a {
        margin: 0;
        max-width: 120px;
        font-size: 14px;
    }
}

@media only screen and (max-width: 500px) {
    .theme-nav-style-slide {
        position: absolute;
        top: 0 !important;
    }

    html.collapsed-mobile-nav .theme-slide-nav-overlay {
        display: none !important;
    }
}