/* AJNS header logo and title adjustment - v2 */

.pkp_structure_head {
    background-color: #4b7d92 !important;
}

/* Header container */
.pkp_head_wrapper {
    max-width: 1160px !important;
    margin: 0 auto !important;
    position: relative !important;
}

/* Header top area */
.pkp_site_name_wrapper {
    min-height: 100px !important;
    height: 100px !important;
    position: relative !important;
    display: block !important;
    padding-left: 0 !important;
}

/* Journal title area */
.pkp_site_name {
    position: absolute !important;
    left: 105px !important;
    right: 160px !important;
    top: 0 !important;
    bottom: 0 !important;
    height: 100px !important;
    margin: 0 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    text-align: left !important;
}

/* Journal title text */
.pkp_site_name a,
.pkp_site_name a.is_text {
    display: block !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    max-width: none !important;
    width: auto !important;
    overflow: visible !important;
}

/* Mobile adjustment */
@media (max-width: 768px) {
    .pkp_site_name {
        left: 80px !important;
        right: 20px !important;
    }

    .pkp_site_name a,
    .pkp_site_name a.is_text {
        font-size: 16px !important;
        white-space: normal !important;
    }
}

/* AJNS header fine tune - move title closer to logo */
@media (min-width: 769px) {
    .pkp_site_name a,
    .pkp_site_name a.is_text {
        transform: translateX(-70px) !important;
    }
}
