
.pkp_brand_footer  {
    display: none;
}


.obj_article_details .abstract {
text-align: justify;
}

.obj_article_details .author_bios {
text-align: justify;
}


.pkp_structure_main p {
	text-align: justify;
	font-size: 1.1em;
}


.row.justify-content-center.text-center {
    display: none;
}

/* banner/logo maksimum boyu */

@media (min-width: 992px){
.pkp_site_name .is_img img {
    max-height: 3000px;

}
}

/* logo varsa dergi adı varsa */
@media (min-width: 992px) {
    .pkp_site_name:not(:has(img)) {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/* Footer content */
.pkp_structure_footer_wrapper .pkp_structure_footer .pkp_footer_content{
 text-align:center;
}





/* Sistemden gelen renkler JS ile dolduruluyor */

.pkp_block .title {
    min-width: 100%;
    background-color: transparent; /* JS ile doldurulacak */

    padding-top: 0.5em;
    padding-left: 0.5em;
    transition: background-color 0.3s ease; /* yumuşak geçiş efekti */
}



/* Kullanıcı menüsü yerleşimi */
#navigationUser .profile a {
background-color: transparent; /* JS ile doldurulacak */
    color: #fff;
 border-top-left-radius:5px;
 border-top-right-radius:5px;
 border-bottom-left-radius:5px;
 border-bottom-right-radius:5px;
}


/* Navigation user */
#navigationUser{
 top:-8px;
 right:-13px;
}





/* Link */
.pkp_site_name_wrapper .pkp_site_name a{
 text-transform:none;
}

/* çift sütunlu footer alanı */
.footer-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    background-color: #f8f8f8;
}

.footer-column {
    flex: 1;
    min-width: 250px;
    padding: 10px;
    box-sizing: border-box;
}

.footer-column h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #333;
}

.footer-column p {
    font-size: 14px;
    color: #666;
}

.footer-column a {
    color: #0073e6;
    text-decoration: none;
    font-weight: bold;
}

.footer-column a:hover {
    text-decoration: underline;
}


/* çift sütunlu footer alanı */
.mce-btn button {
    padding: 1px 1px;
    font-size: 14px;
    line-height: 20px;
    cursor: pointer;
    color: #595959;
    text-align: center;
    overflow: visible;
    -webkit-appearance: none;
}




/* Heading */
.pkp_structure_sidebar h2{
 border-top-left-radius:10px;
 border-top-right-radius:10px;
}





@media (min-width:992px){

 /* Block language */
 .pkp_structure_page .pkp_structure_sidebar .block_language{
  padding-top:10px;
  padding-bottom:10px;
 }
 
 /* Block make submission */
 .pkp_structure_page .pkp_structure_sidebar .block_make_submission{
  padding-top:10px;
  padding-bottom:10px;
 }
 
 /* Block information */
 .pkp_structure_page .pkp_structure_sidebar .block_information{
  padding-top:10px;
  padding-bottom:10px;
 }
 
 /* Block  keywordcloud */
 .pkp_structure_page .pkp_structure_sidebar .block_Keywordcloud{
  padding-top:10px;
  padding-bottom:10px;
 }
 
}



/* Navigation primary row */
.pkp_head_wrapper .pkp_site_nav_menu .pkp_navigation_primary_row{
 background-color:#0c1a93;
}

.pkp_head_wrapper {
    position: relative;
    z-index: 100;
}



/* Link */
#navigationPrimary > li > a{
 color:rgba(255,255,255,0.98);
}


/* Link */
#navigationPrimary .dropdown-menu li a{
 background-color:#0c1b92;
 color:rgba(255,255,255,0.84);
}

#navigationPrimary .dropdown-menu li a:hover,
#navigationPrimary .dropdown-menu li a:focus {
    background-color: #3598db;
    color: #fff;
    text-decoration: none;
}

#navigationPrimary .dropdown-menu li a {
    display: block;
    padding: 8px 15px;
    transition: background-color 0.2s ease, color 0.2s ease;
}


 /* Mobile menu */

@media (min-width:360px){


 #navigationPrimary ul a{
  color:rgba(255,255,255,0.97);
 }
 
 /* Link */
 #navigationPrimary > li > a{
  color:rgba(201,201,201,0.98);
 }
 
}

