/* =====================================
   OJS HEADER LAYOUT
   ===================================== */

.pkp_structure_head {
    min-height: 620px !important;
}

.pkp_site_name_wrapper {
    min-height: 525px !important;
}


/* =====================================
   OJS HEADER CUSTOMIZATION
   ===================================== */

/* Hide Default OJS Journal Title */

.pkp_site_name .is_text {
    display: none !important;
}


/* =====================================
   PRIMARY NAVIGATION MENU BAR
   ===================================== */

.pkp_navigation_primary_row {
    background: #4A1D24 !important;
    min-height: 40px !important;
    border-bottom: 1px solid #ffffff !important;
}

.pkp_navigation_primary_wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* =====================================
   MENU LINKS (PRIMARY NAVIGATION ONLY)
   ===================================== */

.pkp_navigation_primary > li > a {
    font-family: Merriweather, serif !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    color: #ffffff !important;

    padding: 0 14px !important;

    transition: all 0.25s ease;
}


/* Hover */

.pkp_navigation_primary > li > a:hover {
    color: #FFEC5F !important;
}


/* Active Menu */

.pkp_navigation_primary > li.current > a,
.pkp_navigation_primary > li.current_page_item > a {
    color: #FFEC5F !important;
}

/* Active / Focus State Fix */

.pkp_site_nav_menu .pkp_nav_list > li > a:focus,
.pkp_site_nav_menu .pkp_nav_list > li > a:active {
    background: transparent !important;
    color: #FFEC5F !important;
    outline: none !important;
}


/* =====================================
   PRIMARY MENU TEXT ALIGNMENT
   ===================================== */

.pkp_navigation_primary > li > a {
    line-height: 50px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}


/* ===================================================
   PRIMARY NAVIGATION DROPDOWN MENU
   (Global Default Dropdown Rule)
   =================================================== */

.dropdown-menu {
    background: #4A1D24 !important;
    border: 1px solid #EAEAEA !important;
}

.dropdown-menu a {
    color: #ffffff !important;
    font-family: Merriweather, serif !important;
    font-size: 18px !important;
}

.dropdown-menu a:hover {
    color: #FFEC5F !important;
    background: rgba(255,255,255,0.05) !important;
}


/* ===================================================
   USER NAVIGATION MENU (TOP CREAM STRIP)
   =================================================== */

.pkp_navigation_user_wrapper,
.pkp_navigation_user_wrapper a {
    font-family: Merriweather, serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0F2A44 !important;

    transition: all 0.25s ease;
}

/* Vertical Alignment */

.pkp_navigation_user_wrapper a {
    line-height: 26px !important;
}

/* Hover */

.pkp_navigation_user_wrapper a:hover {
    color: #D4AF37 !important;
}

/* User Menu Active / Focus State Fix */

.pkp_navigation_user_wrapper a:focus,
.pkp_navigation_user_wrapper a:active {
    background: transparent !important;
    color: #D4AF37 !important;
    outline: none !important;
}


/* ===================================================
   USER NAVIGATION DROPDOWN MENU
   (Specific Override Rule)
   =================================================== */

.pkp_navigation_user_wrapper .dropdown-menu {
    background: #FFF9E1 !important;
    border: 1px solid #D6C9A3 !important;
}

/* Dropdown Text */

.pkp_navigation_user_wrapper .dropdown-menu a {
    font-family: Merriweather, serif !important;
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #0F2A44 !important;

    transition: all 0.25s ease;
}

/* Dropdown Hover */

.pkp_navigation_user_wrapper .dropdown-menu a:hover {
    background: #F3E9C5 !important;
    color: #D4AF37 !important;
}


/* =====================================
   ARTICLE SEARCH BUTTON (HIDE)
   ===================================== */

.pkp_navigation_search_wrapper {
    display: none !important;
}


/* ===================================================
   BREADCRUMB NAVIGATION
   (Hide OJS Breadcrumb Trail)
   =================================================== */

.cmp_breadcrumbs {
    display: none !important;
}