
.has_site_logo .pkp_head_wrapper {
    padding-top: 60px;
}

.pkp_navigation_primary_wrapper {
    padding-left: 20px;
}

.pkp_footer_content {
    padding: 20px;
    text-align: left;
    float: left;
    display: inline-table;
}

.pkp_brand_footer {
    padding: 20px;
    float: right;
    display: inline-table;
}

a, .pkp_page_index .current_issue .read_more {
    color: #c70f0f;
}
a:hover, a:focus, .pkp_page_index .current_issue .read_more:hover, .pkp_page_index .current_issue .read_more:focus {
    color: #ff4040;
}
.cmp_button_wire, .obj_galley_link {
    display: inline-block;
    padding: 0 1em;
    background: #fff;
    border: 1px solid #c70f0f;
    border-radius: 3px;
    font-size: 13px;
    line-height: 28px;
    color: #c70f0f;
    text-decoration: none;
}
.cmp_button_wire:hover, .cmp_button_wire:focus, .obj_galley_link:hover, .obj_galley_link:focus {
    background: #c70f0f;
    color: #fff;
}
.pkp_navigation_user>li>a, .pkp_navigation_user>li.in_focus>a, .pkp_navigation_user>li>a:hover, .pkp_navigation_user>li>a:focus {
    color: #c70f0f;
    font-weight: 600;
}

@media (max-width: 992px)
.pkp_site_name .is_img img {
    display: block;
    max-height: 40px;
    max-width: 100%;
    width: auto;
    height: auto;
}

# Menu mobile
.pkp_site_nav_toggle {
    position: absolute;
    top: 0;
    left: 4px;
    width: 40px;
    height: 40px;
    border: 1px solid #c70f0f;
}
.pkp_site_nav_toggle>span {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 19px;
    border-bottom: 3px solid #c70f0f;
    text-indent: -9999px;
    overflow: hidden;
}
.pkp_site_nav_toggle>span:before, .pkp_site_nav_toggle>span:after {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #c70f0f;
}