/* ===========================
   GOVERNIA THEME v1
   =========================== */

/* Body */
body{
    background:#f5f7fb;
    font-family:Arial,Helvetica,sans-serif;
}

/* Header */
.pkp_structure_head{
    background:#0b4f7d;
    box-shadow:0 2px 10px rgba(0,0,0,.15);
}

/* Logo */
.pkp_site_name a{
    color:#fff!important;
    font-weight:bold;
    font-size:30px;
}

/* Menu */
.pkp_navigation_primary li a{
    color:white!important;
    font-weight:600;
}

.pkp_navigation_primary li a:hover{
    color:#ffd54f!important;
}

/* Homepage */
.obj_issue_summary{
    background:white;
    border-radius:10px;
    padding:20px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
    margin-bottom:30px;
}

/* Sidebar */
.pkp_block{
    background:#fff;
    border-radius:10px;
    padding:20px;
    box-shadow:0 4px 10px rgba(0,0,0,.08);
    margin-bottom:20px;
}

/* Buttons */
.cmp_button,
button,
input[type=submit]{
    background:#0b4f7d!important;
    color:white!important;
    border-radius:6px;
}

.cmp_button:hover{
    background:#083a5d!important;
}

/* Footer */
.pkp_structure_footer_wrapper{
    background:#083a5d;
    color:white;
    padding:40px;
}