/* =========================================================
   Azman Journal of Health Sciences
   Bootstrap 3 Custom Theme
========================================================= */

body {
    font-family: "Segoe UI", Roboto, Arial, sans-serif;
    background: #f5f7fa;
    color: #333;
    line-height: 1.8;
}

/*---------------------------------
HEADER
----------------------------------*/

.pkp_structure_head {
    background: #005b96;
    color: #fff;
    border-bottom: 4px solid #0096db;
}

.pkp_site_name a {
    color: #fff;
    font-size: 38px;
    font-weight: 700;
    text-decoration: none;
}

.pkp_site_name a:hover {
    color: #fff;
}

.pkp_navigation_primary {
    margin-top: 15px;
}

.pkp_navigation_primary > li > a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: .5px;
}

.pkp_navigation_primary > li > a:hover {
    background: rgba(255,255,255,.12);
    border-radius: 4px;
}

/*---------------------------------
BANNER
----------------------------------*/

.journal-banner img {
    width: 100%;
    border-radius: 5px;
}

/*---------------------------------
CONTENT
----------------------------------*/

.pkp_structure_content {
    padding-top: 30px;
}

.page {
    background: white;
    padding: 30px;
    border-radius: 6px;
    box-shadow: 0 3px 10px rgba(0,0,0,.05);
}

/*---------------------------------
ARTICLE CARDS
----------------------------------*/

.obj_issue_toc .sections .article-summary,
.article_summary {
    background: white;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px;
    transition: .3s;
}

.article_summary:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,.08);
    transform: translateY(-3px);
}

.article_summary h3 a {
    color: #005b96;
    font-weight: 600;
}

.article_summary h3 a:hover {
    color: #0096db;
    text-decoration: none;
}

/*---------------------------------
BUTTONS
----------------------------------*/

.btn-primary,
.cmp_button,
.obj_galley_link {
    background: #005b96;
    border-color: #005b96;
    color: #fff;
    border-radius: 4px;
    transition: .3s;
}

.btn-primary:hover,
.cmp_button:hover,
.obj_galley_link:hover {
    background: #0073c8;
    border-color: #0073c8;
}

/*---------------------------------
SEARCH
----------------------------------*/

.pkp_search {
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 8px rgba(0,0,0,.05);
}

/*---------------------------------
SIDEBAR
----------------------------------*/

.pkp_block {
    background: white;
    margin-bottom: 25px;
    border-radius: 5px;
    border: 1px solid #eee;
}

.pkp_block .title {
    background: #005b96;
    color: white;
    padding: 12px;
    font-weight: 600;
}

.pkp_block .content {
    padding: 15px;
}

/*---------------------------------
ISSUE COVER
----------------------------------*/

.obj_issue_summary img,
.cover img {
    border-radius: 4px;
    box-shadow: 0 5px 15px rgba(0,0,0,.15);
}

/*---------------------------------
ARTICLE PAGE
----------------------------------*/

.obj_article_details h1 {
    color: #005b96;
    font-size: 34px;
    font-weight: 700;
}

.item.authors {
    font-size: 16px;
}

.item.abstract h2 {
    color: #005b96;
    border-left: 5px solid #005b96;
    padding-left: 10px;
}

/*---------------------------------
TABLES
----------------------------------*/

table {
    width: 100%;
}

table th {
    background: #005b96;
    color: white;
}

table th,
table td {
    padding: 10px;
    border: 1px solid #ddd;
}

/*---------------------------------
FORMS
----------------------------------*/

input,
select,
textarea {
    border-radius: 4px !important;
    border: 1px solid #ddd !important;
}

input:focus,
textarea:focus,
select:focus {
    border-color: #005b96 !important;
    box-shadow: 0 0 5px rgba(0,91,150,.25);
}

/*---------------------------------
FOOTER
----------------------------------*/

.pkp_structure_footer_wrapper {
    background: #003b63;
    color: white;
    padding: 40px 0;
}

.pkp_structure_footer_wrapper a {
    color: #9fd4ff;
}

/*---------------------------------
BADGES
----------------------------------*/

.badge {
    background: #005b96;
}

/*---------------------------------
DOI
----------------------------------*/

.doi {
    color: #777;
    font-style: italic;
}

/*---------------------------------
PDF BUTTON
----------------------------------*/

.obj_galley_link.pdf {
    background: #c62828;
    border-color: #c62828;
}

.obj_galley_link.pdf:hover {
    background: #e53935;
}

/*---------------------------------
RESPONSIVE
----------------------------------*/

@media (max-width:768px){

    .pkp_site_name a{
        font-size:28px;
    }

    .page{
        padding:20px;
    }

}