/* sayfa altı logoyu gizle */

.pkp_brand_footer {
    display: none;
}

/* sayfa altı footer rengi */
.pkp_structure_footer_wrapper {
    background: #1E6292;
}


/* footer yazısını ortalama ve boyutu */
.pkp_footer_content {
    padding: 1rem;
    color: #ffffff;
    /* text-align: center; */
}

.pkp_footer_content a {
    color: #000000;
    /* text-align: center; */
}

.pkp_footer_content a:hover {
    color: #ffffff;
    /* text-align: center; */
}



/* banner/logo maksimum boyu */

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

    }
}




/* .pkp_site_name {
    padding-top: 5px;
    padding-bottom: 2px;
} */




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

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

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

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




/*Ana Menü font boyutu*/

.pkp_nav_list li {
    font-size: 18px !important;
}


/*YAN BLOK BAŞLIK ARKA PLAN VE METİN RENKLERİ geçişli*/

.pkp_block .title {
    background-image: linear-gradient(#1E6292, #3483bb);
    border: 0;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, .3) 0 5px 10px;
    box-sizing: border-box;
    color: #000000;

    font-size: .9em;
    margin: 5px;
    padding: 10px 15px;
    text-align: center;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;

}

/*YAN BLOK içerik yakınlık ayarları*/
.pkp_block .content ul li {
    padding: 5px 5px 5px 15px;
}


/* makale ekle buton ve diğer buton ayarları */

.cmp_button,
.cmp_form .buttons button,
.page_lost_password .buttons button,
.page_search .submit button,
.block_make_submission a {
    display: inline-block;
    padding: 0 1em;
    background: #A9ADAE;
    border: 1px solid rgba(0, 0, 0, 0.4);
    border-top-color: #bbb;
    border-radius: 3px;
    box-shadow: inset 0 -1em 1em rgb(0 0 0 / 10%);
    font-size: .93rem;
    line-height: calc(2.143rem - 2px);
    font-weight: 700;
    text-decoration: none;
    color: #000000;
}

h1 {
    display: block;
    font-size: 2.3em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #1E6292;
}

h2 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #1E6292;
}


h4 {
    display: block;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #1E6292;
}


.obj_article_summary>.title a {
    text-decoration: none;
}




/* link rengi */
a {
    color: #81beea;
}

/* fare ile link üzerine gelinceki rengi */
a:hover {
    color: #1E6292;
}








/* makale, başlık aralıkalrı ayarları */

.pkp_navigation_primary>li:first-child a {
    margin-left: 1em;
}

.obj_issue_toc .sections:not(:first-child) {
    margin-top: -3rem;
}

.obj_issue_toc .articles {
    margin-top: calc(0.143rem + 0.43rem);
}



/* sağ blok aralıkları ve boşlukları */

.pkp_block {
    padding: 10px 15px 10px 15px;
}


/*Arşiv kapak resmi gölgeleme ve kenar yuvarlama için kodlar*/

.obj_issue_summary .cover img {
    border-radius: 5px;
    box-shadow: 1px 3px 7px 1px grey;
}


/*Son sayı sayfasındaki kapak resmine gölgeleme ve kenar yuvarlama  efekt*/

.obj_issue_toc .cover img {
    border-radius: 5px;
    box-shadow: 1px 3px 7px 1px grey;
}






/*YAN BLOK BAŞLIK ARKA PLAN VE METİN RENKLERİ tek tip*/

.pkp_block .title {
    background-color: #1E6292;
    color: white;
    padding: 12px;
}






.obj_announcement_summary .read_more {
    display: inline-block;
    position: relative;
    padding-right: 2.143rem;
    font-size: .93rem;
    font-weight: 700;
    line-height: 2.143rem;
    color: #429de8;
    text-decoration: none;
}