/* ================================
   OJS Default Theme Customization
   ================================ */

/* Body and Global Font */
body {
    font-family: Georgia, serif;
    font-size: 15px;
    line-height: 1.6;
    background-color: #f4f6f9;
    color: #333;
}
p{
	text-align: justify;
}
	/* ===== Header ===== */
.pkp_structure_head {
    background-color: #338057;
}
.pkp_head_wrapper {
	background: linear-gradient(87deg, #ffffff, #00000000);
    padding: 10px 0;
    box-shadow: 0 2px 8px rgba(0,0,0,0.13);
}
.has_site_logo .pkp_navigation_primary_wrapper {
    background: #246341;
}
.pkp_site_name a {
    font-size: 24px;
    font-weight: 700;
    color: #fff !important;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.pkp_navigation_primary li a {
    font-weight: 500;
    padding: 12px 18px;
    transition: all 0.3s ease;
}
.pkp_navigation_primary li a:hover {
    background: rgba(255,255,255,0.1);
    border-radius: 6px;
    color: #e09930 !important;
}
.current_issue{
    background: #f0f8f2;
    border: 1px solid #d8eddf;
    border-radius: 8px;
    padding: 14px 18px;
}
.current_issue h2{
	margin: 0px;
    font-family: Georgia, serif;
    font-size: 17px;
    color: #0d2b1a;
    border-bottom: 1px solid #e4e8e2;
    padding-bottom: 10px;
    margin-bottom: 16px;
    position: relative;
}
.current_issue h2::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 36px;
    height: 2px;
    background: #2e7d53;
}
.pkp_page_index .current_issue .current_issue_title {
    margin: 0;
}
.obj_issue_toc .published {
    margin: 0;
}
.obj_issue_toc .sections:not(:first-child) {
    margin-top: 5px;
}
.pkp_page_index .current_issue .read_more {
	display: inline-block;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 600;
    color: #2e7d53;
    border: 1px solid #aed4bc;
    border-radius: 4px;
    padding: 1px 25px;
}
/* ===== Homepage Journal Description ===== */
.homepage_about{
	background: linear-gradient(135deg, #f0f8f2 0%, #fff 100%);
    border: 1px solid #e4e8e2;
    border-left: 4px solid #2e7d53;
    border-radius: 8px;
    padding: 20px 22px;
    margin-bottom: 24px;
}
.homepage_about ul li{
	font-size: 15px;
    color: #595959;
    padding: 4px 0;
    border-bottom: 1px dashed #e4e8e2;
}
.pkp_site_description {
    font-size: 18px;
    color: #444;
    margin: 20px 0;
    padding: 15px;
    background: #fff;
    border-left: 4px solid #2e7d53;
    border-radius: 6px;
}

/* ===== Sidebar ===== */
.pkp_block {
   /* background: #f4f6f9;*/
    border: none;
    /*box-shadow: 0 2px 6px rgba(0,0,0,0.08);*/
    border-radius: 10px;
    padding: 18px;
    margin-bottom: 20px;
    transition: transform 0.2s ease;
}
.pkp_block:hover {
    transform: translateY(-3px);
}
.pkp_block .title {
    font-size: 18px;
    font-weight: 600;
    color: #0d2b1a;
    margin-bottom: 12px;
}

/* ===== Article Titles ===== */
.obj_article_summary .title a {
    font-size: 20px;
    font-weight: bold;
    color: #0d2b1a !important;
    transition: color 0.3s ease;
}
.obj_article_summary .title a:hover {
    color: #ff6600 !important;
}

/* ===== Buttons ===== */
.pkp_button,
.pkp_button_primary {
    background: linear-gradient(90deg, #2e5d43, #2e7d53) !important;
    color: #fff !important;
    border: none;
    border-radius: 30px;
    padding: 8px 20px;
    font-weight: 500;
    transition: all 0.3s ease;
}
.pkp_button:hover,
.pkp_button_primary:hover {
    background: linear-gradient(90deg, #2e7d53, #163d26 ) !important;
    transform: translateY(-2px);
}


.pkp_block{
    background: #fff;
    border: 1px solid #e4e8e2;
    border-top: 3px solid #2e7d53;
    border-radius: 8px;
    margin-bottom: 14px;
    font-family: Arial, sans-serif;
    width: 95%;
}
.pkp_block .title {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #276645;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e4e8e2;
}
.pkp_block .content ul li {
    padding: 5px 0;
    border-bottom: 1px solid #f0f0ee;
}
.pkp_block .content ul li a{
    font-size: 12px;
    color: #276645;
    font-weight: 500;
}
/* ===== Footer ===== */
.pkp_structure_footer_wrapper {
    background: linear-gradient(50deg, #2e7d53, #ffffff);
}
.pkp_structure_footer {
    line-height: normal;
}
.pkp_footer_content {
    background: none;
    color: #ddd;
    padding: 35px 20px;
    text-align: center;
    font-size: 15px;
}
.pkp_footer_content a {
    color: #ffcc00 !important;
    font-weight: 500;
    text-decoration: none;
}
.pkp_footer_content a:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .pkp_structure_main:first-child:last-child:before {
       display: none;
    }
}
@media (min-width: 992px) {
    .pkp_structure_main:first-child:last-child:after {
         display: none;
    }
	.pkp_brand_footer{
		position: absolute;
		top: 12%;
		left: 80%;
	}
	.has_site_logo .pkp_head_wrapper {
        width: 100%;
    }
	.pkp_site_nav_menu #navigationPrimary {
	   margin-left: 12%;
	}
    .pkp_navigation_search_wrapper {
        margin-right: 12%;
    }
	.pkp_structure_content {
        border-right: 1px solid lightgray;
		background: white;
    }
    /*.pkp_navigation_user li {
        margin-right: 12%;
    }*/
	.pkp_structure_sidebar {
        float: right;
        width: 280px;
    }
	.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
		background: #2e7d53;
	}
	.block_make_submission_link {
	  display:inline-block;
	  padding:12px 28px;
	  border-radius:8px;
	  background: linear-gradient(90deg,#ff7a18,#af002d 40%,#2e7d53a5 100%);
	  color:#fff !important;
	  font-weight:700;
	  position:relative;
	  overflow:hidden;
	  text-decoration:none !important;
	  box-shadow: 0 6px 18px rgba(0,0,0,0.12);
	}
	.block_make_submission_link::before{
	  content:"";
	  position:absolute;
	  top:-40%;
	  left:-40%;
	  width:180%;
	  height:180%;
	  background: linear-gradient(120deg, rgba(255,255,255,0.06) 0%, rgba(255,255,255,0.22) 50%, rgba(255,255,255,0.06) 100%);
	  transform: rotate(25deg);
	  animation: shimmerMove 2.5s linear infinite;
	  pointer-events:none;
	  mix-blend-mode: overlay;
	}
	@keyframes shimmerMove{
	  0% { transform: translateX(-100%) rotate(25deg); }
	  100% { transform: translateX(100%) rotate(25deg); }
	}

}

.cmp_breadcrumbs a {
    color: #276645;
}
.cmp_breadcrumbs ol {
    margin-bottom: 0.143rem;
}
.page_issue_archive .issues_archive>li {
    padding: 1rem 2.143rem;
}
.pkp_structure_main .page h1 {
    font-size: 20px;
    color: #2e7d53;
}
.obj_issue_summary .title {
    color: #276857;
}
.cmp_announcements.cmp_announcements {
    background: #f0f8f2;
    border: 1px solid #d8eddf;
    border-radius: 8px;
    padding: 14px 18px;
    margin: -10px;
}
.cmp_announcements.cmp_announcements>li {
    padding: 5px;
}
.obj_announcement_summary h2 a, .obj_announcement_summary h3 a, .obj_announcement_summary h4 a {
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    color: #163d26;
    margin-bottom: 4px;
}
.obj_announcement_summary .read_more {
    display: inline-block;
    margin-top: 10px;
    font-size: 11px;
    font-weight: 600;
    color: #2e7d53;
    border: 1px solid #aed4bc;
    border-radius: 4px;
    padding: 1px 30px;
}
b, strong {
    color: #276857;
}
.pkp_nav_list ul a {
    color: #246341;
}
.cmp_notification {
    margin-bottom: -1.143rem;
    background: #bbd5c7;
    border-left: .357rem solid #246341;
}
.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    background: #2e7d53;
    color: white;
}
.pkp_navigation_primary .dropdown-menu a:focus, .pkp_navigation_primary .dropdown-menu a:hover {
    border-color: #2e7d53;
}
.pkp_nav_list ul a:hover, .pkp_nav_list ul a:focus {
    background: #cfe1d8;
    border-color: #2e7d53;
    color: #ff6600;
}