.header-titles .site-title,
.header-titles .site-logo,
.header-titles .site-description {
    margin: 0.5rem 0 0 2rem;
}

.primary-menu li {
    line-height: 0.25;
}

.primary-menu a {
    line-height: unset;
}

.primary-menu > li {
    margin: inherit;
}

body ul.primary-menu {
    margin: 0;
    display: block;
    letter-spacing: unset;
}

body .site-tile h2 {
    margin-top: 0.6rem;
}

body header a:hover,
body .site-title a:hover {
    color: #fff;
    font-weight: 700;
}

ul.primary-menu {
    font-size: 16px;
}

header .header-titles {
    color: #fff;
}

.header-inner .toggle {
    align-items: unset;
    padding: 3rem;
}

body header .header-inner {
    padding: 0;
}

body .primary-menu li a,
body .modal-menu a,
body .primary-menu.reset-style > li > a,
body button.search-toggle,
body .toggle-inner .toggle-text {
    color: #fff !important;
    font-size: 13px;
}

body .primary-menu li a:hover,
body .modal-menu a:hover {
    color: #fff;
    font-weight: bold;
    border: 0;
}

body .site-description {
    margin-top: 1em;
}

body .header-titles-wrapper {
    max-width: unset;
}

body header h1 {
    color: #fff;
    margin: 0;
    font-size: 36px;
    text-align: center;
    width: 37%;
}

body .site-title h1 a.button {
    display: none !important;
    width: unset;
    word-wrap: nowrap;
}

@media (min-width: 1220px) {
    .primary-menu > li {
        margin: inherit;
    }
}

@media (max-width: 1280px) {
    body header h1 {
        width: unset;
    }
}

@media (max-width: 1262px) {
    body header h1 {
        max-width: 55%;
    }
}

@media (min-width: 1000px) {
    body h1 header {
        max-width: 46%;
    }
}

@media (max-width: 1000px) {
    body header .header-titles {
        display: none;
    }
}

@media (max-width: 999px) {
    body header h1 {
        max-width: unset;
    }

    .header-navigation-wrapper {
        display: none;
    }
}

@media (max-width: 786px) {
    body header h1 {
        font-size: 24px;
    }
}
