/*Utilities*/

.text-center {
    text-align: center;
}

bold {
    font-weight: 700;
}

italic {
    font-style: italic;
}

.text-blue {
    color: #3c7dc1;
}

.multi-two-col {
    column-count: 2;
    column-gap: 40px;
    column-width: 250px;
    text-align: justify;
}
.multi-two-col h2, .multi-two-col h3, .multi-two-col h4 {
    text-align: left;
}

h1.page_title {
    text-align: center;
    color: #3c7dc1;
    margin-bottom: 40px;
}

h1, h2, h3, h4, h5, h6, p, body {
    font-family: ProductSans, sans-serif!important;
}

body .pkp_structure_main h1 {
    font-size: 24px;
}
body .pkp_structure_main h2 {
    font-size: 20px;
    margin-top: 30px;
}
body .pkp_structure_main h3 {
    font-size: 18px;
    margin-top: 30px;
}
body .pkp_structure_main h4 {
    font-size: 16px;
    margin-top: 30px;
}
body .pkp_structure_main h5 {
    font-size: 14px;
}
body .pkp_structure_main h6 {
    font-size: 13px;
}
body .pkp_structure_main p, body {
    font-size: 15px;
}

.obj_article_summary .title {
    font-size: 20px;
    line-height: 23px;
}

a.block_make_submission_link {
    background: transparent;
    box-shadow: none;
    padding: 5px 20px;
    font-size: 14px;
    text-transform: uppercase;
}

/*Footer*/
.foo-bottom {
    display: flex;
    gap: 15px;
}

.foo-bottom > div {
    width: 33.33%;
    flex-wrap: wrap;
}

.pkp_structure_footer_wrapper {
    background-color: #3C7DC1;
    color: #fff;
}

.foo-bottom .sec-1 {
    display: flex;
    gap: 10px;
}
.foo-bottom .sec-1 .col-1 {
    width: 25%;
}
.foo-bottom .sec-1 .col-2 {
    width: 70%;
    margin-top: 30px;
}

@media(max-width: 992px){
    .foo-bottom {
        display: block;
    }
    .foo-bottom > div {
        width: 100%;
    }
    .foo-bottom .sec-1 .col-1 {
        width: 100%;
        margin-bottom: 0px;
    }
    .foo-bottom .sec-1 .col-2 {
        width: 100%;
        margin-top: 0px;
    }
}

ul.authors .userGroup {
    display: none !important;
}

/*Archive Page*/
.pkp_op_archive ul.issues_archive {
    display: flex;
    flex-wrap: wrap;
}

.pkp_op_archive ul.issues_archive li {
    width: 50%;
}

.pkp_op_archive .obj_issue_summary .cover {
    width: 50%;
}

@media(max-width:600px){
    .pkp_op_archive ul.issues_archive li {
        width: 100%;
    }
    .pkp_op_archive .obj_issue_summary .cover {
        min-width: 250px;
    }
}

li:has(.obj_issue_summary a[href*="/issue/view/50"]) {
    display: none;
}


