/* HEADER
---------------------------------------------------------------------------- */

.dv-logotype-and-menu-wrapper {
    align-items: center;
    display: flex;
    position: relative;
}

.dv-logotype-and-menu-wrapper > .sv-layout {
    align-items: center;
    display: flex;
    justify-content: center;
}

.dv-logotype-and-menu-wrapper > .sv-custom-module {
    width: 100%;
}

/* Logotype */

.dv-logotype-head {
    display: inline-block;
    padding: 1rem;
}

.dv-logotype-head img {
    max-width: 100%;
    transition-duration: 0.5s;
    width: 26.4375rem;
}

.dv-header-link {
    display: inline-block;
    margin: 0.8em 0.2em 0.5em;
    padding: 0;
    color: #5f5f5f;
    font-size: 17px;
}

.dv-header-link a {
    text-decoration: none;
    cursor: pointer;
    padding: 0.2em 0.2em 0.5em;
}

.dv-header {
    -webkit-box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 -1px 30px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    background-color: #fff;
    width: 100%;
    transition: all 1s;
}

.dv-get-sticky {
    position: fixed;
    top: 0;
    z-index: 2000;
}

.dv-megamenu-wrapper {
    background-color: #fff;
}

/* Tools menu */

.dv-tools-menu {}

.dv-tools-menu__item {}

.dv-tools-menu__link {}

.dv-tools-menu__link-icon {
    font-size: 1.75rem;
}

.dv-tools-menu__link-text {
    font-size: 1.25rem;
}

/* Mobile menu */

.dv-logotype-and-menu-wrapper .sv-marketplace-sitevision-mobile-menu nav > .env-button {
    font-size: 1rem;
    min-height: 2.8em;
    padding: 0 1.3125em;
}

.dv-logotype-and-menu-wrapper .sv-marketplace-sitevision-mobile-menu nav > .env-button .env-icon {
    top: -0.2em;
}

/* Responsive */

@media screen and (max-width: 480px) {
    .dv-logotype-head {
        margin-top: 1rem;
    }

    .dv-logotype-and-menu-wrapper .sv-marketplace-sitevision-mobile-menu nav > .env-button,
    .dv-tools-menu__link {
        padding: 0 0.5em;
    }
}

@media screen and (max-width: 768px) {
    .dv-logotype-and-menu-wrapper {
        flex-direction: column;
    }

    .dv-logotype-and-menu-wrapper > .sv-layout {
        margin-bottom: 0.5rem;
        width: 100%;
    }

    .dv-tools-menu__link-icon {
        font-size: 1.5rem;
    }

    .dv-tools-menu__link-text {
        font-size: 1rem;
    }
}

@media screen and (min-width: 769px) {
    .dv-logotype-and-menu-wrapper {
        justify-content: space-between;
        margin-top: 1rem;
    }

    .dv-tools-menu__item--hidden-desktop {
        display: none;
    }
}