@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 100px;
    }

    .pkp_navigation_user li a {
        color: #EA4B16;
    }

    #navigationPrimary ul a {
        color: #fff;
    }
    
    .pkp_block {
        padding: 0.5rem;
        margin-top: 0;
        margin-bottom: 0;
        margin-left: 1.5rem;
    }
}

.block_custom ol {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.has_site_logo .pkp_site_name{
    padding-bottom: 0;
    padding-top: 0;
}

html, body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
}

.pkp_site_name_wrapper {
    background-color: #fff;
}

.obj_galley_link, #navigationPrimary ul, .pkp_navigation_primary_row {
    background-color: #EA4B16;
    color: #fff;
}

.pkp_navigation_search_wrapper a, #navigationPrimary a  {
    color: #fff;
}


#navigationPrimary ul {
    filter: drop-shadow(0px 0px 13px #000000);
}

.dark {
    background-color: #e1e1e1;
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
}

.py-0 {
    padding-top: 0;
    padding-bottom: 0;
}

.py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}

.pt-1 {
    padding-top: 0.255rem;
}

.pt-4 {
    padding-top: 1rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-4 {
    padding-bottom: 1rem;
}

.my-0 {
    margin-top: 0;
    margin-bottom: 0;
}

.mb-2 {
    margin-bottom: 0.5rem;
}

.mb-4 {
    margin-bottom: 1rem;
}

.mr-6 {
    margin-right: 1.5rem;
}

.mr-4 {
    margin-right: 1rem;
}

.ml-4 {
    margin-left: 1rem;
}

.custom p {
    margin-top: 0;
}

.rounded {
    border-radius: 0.25rem;
}

.italic {
    font-style: italic;
}

.profile a, .pkp_page_index .current_issue .read_more , a, .text-red {
    color: #5E17EB
}

#navigationPrimary a:hover, a:hover {
    color: #F7BC4A;
    border-bottom: none;
}

.text-xs {
    font-size: 0.75rem;
    line-height: 1rem;
}

.text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.text-bold {
    font-weight: 700;
}

.flex {
    display: flex;
}

.w-half {
    width: 50%;
}

.mt-4 {
    margin-top: 1rem;
}

.block {
    display: block;
}

.f-left {
    float: left;
}

.mh-200px {
    max-height: 200px;
}

.bb-1 {
    border-bottom: solid 1px #ddd;
}

.pkp_footer_content {
    background-color: #26355D;
    color: #fff;
    text-align: center;
}

.pkp_structure_footer a {
    color: #fd8e00;
    text-decoration: none;
}

.pkp_structure_footer a:hover {
    color: #fff;
}

.pkp_brand_footer {
    display: none;
}

.pkp_structure_footer_wrapper {
    border-bottom: none;
}

.align-center {
    text-align: center;
    justify-content: center;
}

.w-150px {
    max-width: 150px;
}

.w-200px {
    max-width: 200px;
}

.h-50px {
    height: 50px;
}

.center-v {
    vertical-align: middle;
}

.inline-block {
    display: inline-block;
}

.h-30px {
    max-height: 30px;
}

.b-left-1px {
    border-left: solid 1px #ddd;
}