/*-----------------------------------------------
Theme Name     :  Adiba-aisha
Author         :  Lukman Nurhakim 
License        :  Free
----------------------------------------------- */

/* header */ 
.pkp_structure_head {
    background: top / cover no-repeat url("https://img.freepik.com/free-vector/abstract-low-poly-connection-lines-digital-technology-background_1017-25550.jpg") !important;
    padding-bottom: 0 !important;
}

nav.pkp_site_nav_menu {
    padding: 10px 25px;
    background: #2b3953e6;
    border-radius: 50px 50px 0px 0px;
}

/* conten */ 
.pkp_structure_main {
    padding-bottom: 0px;
}
section.homepage_about {
    text-align: justify;
}
.row {
    display: flex;
}
img {
    max-height: 100% !important;
}
.pkp_block .title {
    padding: 8px 10px;
    color: #292e41 !important;
    background: top / cover no-repeat url(https://glorespublication.org/img/futuristik-menu.jpg);
}

.additional_content {
    padding-bottom: 2.143rem !important;
}
section.item.abstract {
    text-align: justify;
}
/* footer */ 
.pkp_structure_footer_wrapper {
   background: bottom / cover no-repeat url("https://img.freepik.com/free-vector/abstract-low-poly-connection-lines-digital-technology-background_1017-25550.jpg") !important;
}
.pkp_brand_footer {
    display: none;
}
#tw { color: #fff; }
#lf { color: #ffab20; text-decoration: none; font-weight: bolder; }
#lf:hover { color: #ffbc4c; }
hr.bf {
    border: 1.5px solid #eee;
    border-radius: 20px;
}
ul#navigationPrimary {
    margin-left: 10px;
    font-weight: bold;
}
.cmp_button_wire,.obj_galley_link {
    border: 1px solid #2b3953 !important;
    color: #2b3953 !important;
}
.cmp_button_wire:hover,.cmp_button_wire:focus,.obj_galley_link:hover,.obj_galley_link:focus {
    background: #2b3953 !important;
    color: #fff !important;
}

.guides {
    font-family: medium-content-sans-serif-font, "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Arial, sans-serif;
    font-weight: 300;
    letter-spacing: -0.5px;
    color: rgba(0, 0, 0, 0.84);
    font-size: 15px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}
#menu-sidebar {
    list-style-type: none;
}
#menu-sidebar li {
    padding: 0px;
}
.menu-sidebar li {
    margin: 2px 0px;
}
.btn:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.menu-sidebar a {
    display: block;
}
.guides a {
    color: rgba(0, 0, 0, 0.74);
}
a.btn.btn.btn-outline-primary {
    color: rgb(35 64 68);
    background-color: transparent;
    border-color: #b7b7b7;
}
a.btn.btn.btn-outline-primary:hover {
    background-color: #1a222f;
    color: #fff
}
.btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

@media (min-width: 992px) {
    .pkp_block {
        padding: 1rem 2.143rem;
    }
}