.elemental-shortcode * {
    font-family: 'FuturaPTLight' !important;
}

.elemental-shortcode *:hover {
    cursor: none;
}

.elemental-shortcode {
    position: relative;
    width: 100%;
    margin: 2rem auto;
    font-variation-settings: normal;
    font-style: normal;
    min-height: 950px;
}

.elemental-navigation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.elemental-navigation div {
    flex: 1;
}

.elemental-navigation h2 {
    text-align: center;
    margin: 0;
    padding: 0;
    color: #7f7f7f;
}

.elemental-nav-icons {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.elemental-nav-icons img {
    width: 25px;
    height: auto;
    margin-right: 10px;
}

.widget-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    font-family: 'FuturaPTLight', sans-serif;
    font-weight: 400;
    font-variation-settings: normal;
    font-style: normal;
    background-color: rgb(238 238 238 / 55%);
    transition: .1s ease-in-out all;
}

.soft-hidden {
    opacity: 0;
}

@media (max-width: 768px) {
    .elemental-navigation {
        flex-direction: column;
        text-align: center;
        padding: 10px 0;
    }

    .elemental-nav-icons {
        margin-top: 10px;
        justify-content: center;
    }

    .elemental-nav-icons img {
        margin: 0 10px;
        margin-bottom: 10px;
    }
}