/*-----------------------------------------------
Theme Name     :  OJS Grlores
Author         :  https://cv.glorespublication.org/
License        :  Full Version
----------------------------------------------- */

/* header */ 
.pkp_structure_head {
    background: top / cover no-repeat url("https://glorespublication.org/img/al-maal-header.jpg") !important;
    padding-bottom: 0 !important;
}

nav.pkp_site_nav_menu {
    padding: 10px 25px;
    background: #07101fe3;
    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: #151209 !important;
    background: top / cover no-repeat url(https://glorespublication.org/img/al-maal-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://glorespublication.org/img/al-maal-footer.jpg") !important;
}
.pkp_brand_footer {
    display: none;
}
#tw { color: #000 !important; }
#lf { color: #fcbb01; text-decoration: none; font-weight: bolder; }
#lf:hover { color: #ffcc3b; }
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;
}

.pkp_block {
    padding-bottom: 0px;
}
/* dekstop */ 
@media (min-width: 1200px){
}
/* ipad */ 
@media (min-width: 992px) {
    .pkp_structure_content {
        padding-top: 0px;
    }
}
/* android */ 
@media (min-width: 768px) {
}
.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: rgb(11 30 60);
    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;
}
