/* =========================================================
   EDUNOMIC - OJS 3 CUSTOM STYLES
   FINAL - About Journal + Cover Alignment
   ========================================================= */

/* COVER JURNAL */
.homepage_image {
    width: 220px;
    float: right;
    margin: 18px 0 18px 25px;
    box-sizing: border-box;
}

.homepage_image img {
    width: 100%;
    height: auto;
    display: block;
    margin: 0;
    padding: 0;
}

/* JOURNAL SUMMARY / ABOUT THE JOURNAL */
.homepage_about {
    padding-right: 245px;
    box-sizing: border-box;
    margin: 0 0 22px 0;
    font-size: 14px;
    line-height: 1.55;
    min-width: 0;
}

.homepage_about h2 {
    font-size: 18px;
    line-height: 1.3;
    margin: 0 0 14px 0;
}

.homepage_about p {
    font-size: 14px;
    line-height: 1.55;
    text-align: justify;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
    padding: 0;
}

.homepage_about p:last-child {
    margin-bottom: 0 !important;
}

.homepage_about em {
    font-size: 14px;
}

/* Clear only the About/Journalsummary float.
   Do not force borders or separators into later homepage sections. */
.homepage_about::after {
    content: "";
    display: table;
    clear: both;
}

/* =========================================================
   JOURNAL INFORMATION TABLE
   Kept below the About Journal area.
   ========================================================= */

.edunomic-info-box {
    width: 100%;
    margin: 16px 0 20px 0;
    box-sizing: border-box;
}

.edunomic-info-box h3 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 10px 0;
}

.edunomic-journal-info {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    font-size: 13px;
    line-height: 1.45;
}

.edunomic-journal-info tr {
    border-bottom: 1px solid #d9d9d9;
}

.edunomic-journal-info td {
    padding: 7px 9px;
    vertical-align: middle;
    border: 1px solid #d9d9d9;
}

.edunomic-journal-info td:first-child {
    width: 145px;
    background: #087a16;
    color: #ffffff;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
}

.edunomic-journal-info td:last-child {
    background: #f5f5f5;
    color: #222222;
    font-weight: 400;
    text-align: left;
}

.edunomic-journal-info a {
    color: #222222;
    font-weight: 600;
    text-decoration: underline;
}

.edunomic-journal-info strong,
.edunomic-journal-info b {
    color: #222222;
    font-weight: 700;
}

/* =========================================================
   REMOVE UNWANTED HOMEPAGE COLUMN / SEPARATOR LINES
   ========================================================= */

.homepage_about,
.homepage_image {
    border-left: 0 !important;
    border-right: 0 !important;
}

.homepage_about + *,
.homepage_about ~ * {
    border-left: 0 !important;
}

/* =========================================================
   CURRENT ISSUE - keep it in the normal homepage flow
   ========================================================= */

.current_issue {
    float: none;
    width: 100%;
    clear: both;
    box-sizing: border-box;
    border-left: 0 !important;
    border-right: 0 !important;
}

.current_issue .series {
    margin-left: 0;
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 700px) {
    .homepage_image {
        width: 180px;
        margin: 12px 0 15px 15px;
    }

    .homepage_about {
        padding-right: 0;
        font-size: 13px;
        line-height: 1.55;
    }

    .homepage_about p,
    .homepage_about em {
        font-size: 13px;
        line-height: 1.55;
        text-align: left;
    }

    .homepage_about h2 {
        font-size: 17px;
    }

    .edunomic-info-box {
        margin-top: 14px;
    }

    .edunomic-journal-info {
        font-size: 12px;
    }

    .edunomic-journal-info td {
        padding: 6px 7px;
    }

    .edunomic-journal-info td:first-child {
        width: 105px;
        white-space: normal;
    }
}
