body {
    overflow-x: hidden;
}

html,
body,
.pkp_site_name .is_text {
    font-family: Georgia,"Times New Roman",serif;
}

.pkp_site_name .is_text{
    color: white;
    padding-bottom: 23px;
    margin-top: -9px;
    padding-left: 20px;
    display: inline-block;
}

.pkp_navigation_primary_row,
#navigationUserWrapper {
    background-color: white;
    padding-left: 20px;
}

.pkp_structure_footer_wrapper {
    /* background-color: #EC7C3C; */
}

.pkp_structure_footer_wrapper,
#headerNavigationContainer {
    margin-inline:auto;
}

.pkp_navigation_primary_wrapper,
.pkp_structure_footer {
    max-width: 100%;
}

.pkp_navigation_user {
    padding-right: 20px !important;
}

@media (min-width: 768px) {
    .pkp_navigation_user,
    .pkp_structure_footer_wrapper,
    #headerNavigationContainer {
        width:728px;
    }
}

@media (min-width: 992px) {
    .pkp_navigation_user,
    .pkp_structure_footer_wrapper,
    #headerNavigationContainer {
        width:652px
    }
}

@media (min-width: 1200px) {
    .pkp_navigation_user,
    .pkp_structure_footer_wrapper,
    #headerNavigationContainer {
        width:860px
    }
}

.pkp_footer_content {
    float: left;
    max-width: calc(100% - 200px);
}

.pkp_footer_content > p:first-child {
    margin-top: 0;
}

/* logo */

#navigationUserWrapper>.crocus-logo {
    display: none;
}

.crocus-logo img {
    max-height: 100%;
}

#headerNavigationContainer>.crocus-logo {
    display: block;
    height: 50px;
    padding: 14px 6px 12px;
    background-color: white;
}

@media (min-width: 992px) {
    #navigationUserWrapper>.crocus-logo {
        display: block;
        float: left;
        height: 50px;
        margin: 4px 0 0 15px;
        position: relative;
        z-index: 10;
        padding: 13px 0;
    }
    
    #headerNavigationContainer>.crocus-logo {
        display: none;
    }

    .pkp_site_name .is_text{
        margin-top: 5px;
    }
}

