/* ==========================================================
   OJS 3.5 CLEAN ACADEMIC JOURNAL STYLE
   Fixed Header + Navigation + Typography
========================================================== */


/* GLOBAL */

body {
    background: #ffffff;
    color: #30343a;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.65;
}

a {
    color: #1f5578;
}

a:hover {
    color: #153b55;
}


/* ================= HEADER ================= */

.pkp_structure_head {
    background: #ffffff !important;
    border-bottom: 1px solid #d9dee3;
    padding: 0 !important;
}

.pkp_site_name {
    padding: 20px 0 !important;
    margin: 0 !important;
}

.pkp_site_name a {
    color: #18384f !important;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 700;
    text-decoration: none;
}


/* remove extra header height */

.pkp_structure_head .container {
    min-height: auto !important;
}


/* ================= NAVIGATION ================= */

.pkp_navigation_primary_wrapper {
    background: #18384f !important;
    border-bottom: 3px solid #b28a4a;
}

.pkp_navigation_primary > li > a {
    color: #ffffff !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 600;
}


.pkp_navigation_primary > li > a:hover,
.pkp_navigation_primary > li > a:focus {
    background: #234d68 !important;
    color: #ffffff !important;
}


/* Dropdown */

.pkp_navigation_primary .dropdown-menu {
    background:#ffffff;
    border:1px solid #d7dde2;
    border-top:3px solid #b28a4a;
}


.pkp_navigation_primary .dropdown-menu a {
    color:#333333 !important;
}


.pkp_navigation_primary .dropdown-menu a:hover {
    background:#f2f4f5;
    color:#18384f !important;
}


/* ================= PAGE CONTENT ================= */

.pkp_structure_content {
    background:#ffffff;
}


.page_title,
.obj_article_details .page_title {
    color:#18384f !important;
    font-family:Georgia, "Times New Roman", serif;
    font-weight:700;
}


h1,
h2,
h3,
h4,
h5,
h6 {
    color:#18384f !important;
}


/* Paragraph text */

.pkp_page_content,
.pkp_page_content p,
.obj_article_summary {
    color:#30343a;
}


/* ================= BREADCRUMB ================= */

.pkp_breadcrumb {
    border-bottom:1px solid #e0e3e5;
    font-family:Arial, Helvetica, sans-serif;
}


.pkp_breadcrumb a {
    color:#1f5578 !important;
}


/* ================= SIDEBAR ================= */

.pkp_block {
    background:#ffffff;
    border:1px solid #d8dde1;
}


.pkp_block .title {
    background:#18384f !important;
    color:#ffffff !important;
    font-family:Arial, Helvetica, sans-serif;
    font-weight:700;
}


.pkp_block .content {
    color:#333333;
    font-family:Arial, Helvetica, sans-serif;
}


.pkp_block .content a {
    color:#1f5578 !important;
}


/* ================= ARTICLES ================= */

.obj_article_summary {
    border-bottom:1px solid #dde1e4;
}


.obj_article_summary h3 a {
    color:#18384f !important;
    font-weight:700;
}


.obj_article_summary .authors {
    color:#555555;
    font-family:Arial, Helvetica, sans-serif;
}


/* ================= FORMS ================= */

input,
textarea,
select {
    border:1px solid #cbd2d7;
    background:#ffffff;
    color:#333333;
}


input:focus,
textarea:focus,
select:focus {
    border-color:#1f5578;
}


/* ================= BUTTONS ================= */

button,
.btn,
input[type="submit"] {

    background:#18384f !important;
    border:1px solid #18384f !important;
    color:#ffffff !important;

}


button:hover,
.btn:hover,
input[type="submit"]:hover {

    background:#1f5578 !important;

}


/* ================= TABLES ================= */

table {
    border-collapse:collapse;
}


table th {

    background:#18384f;
    color:#ffffff;
}


table td {

    border:1px solid #d5dade;

}


/* ================= FOOTER ================= */

.pkp_structure_footer {

    background:#f3f5f6;
    border-top:4px solid #18384f;

}


/* ================= MOBILE ================= */

@media(max-width:600px){

.pkp_site_name a{
    font-size:22px;
}

.page_title{
    font-size:25px;
}

}