@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Baloo+Tamma+2&display=swap");
/* CSS Document */


html, body {
    background: #f2f2f2;
}



/*footer alanının alt ve üst boşukları*/
.pkp_footer_content{
padding: 0rem;
text-align: left;
}

/* Alttaki beyazlık
.pkp_structure_footer_wrapper { 
    border-bottom: 0rem solid#fff;
}
*/



.pkp_structure_footer_wrapper {
    background: #333;
}

/*Sayfa başı renkli çizgi */
.pkp_structure_head {
    border-top: 10px solid #247072 !important;
}




/* Link (hover) */
#navigationPrimary > li > a:hover{
 color:#ef8b34;
}


/* Link altmenü (hover) */
#navigationPrimary li a:hover{
 color:#ef8b34;
}


/* logo alt ve üst boşlukları */

@media (min-width: 992px) {
    .pkp_site_name {
        padding-top: 1.071rem;
        padding-bottom: 1.071rem;
    }
}


/* Sosyal Medya */
.sosyalmedya {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.sosyalmedyabutton {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 400px;
    padding: 10px 20px;
    margin: 1px 0;
    color: #495464;
    text-decoration: none;
    font-size: 14px;
    font-weight: bold;
    border-radius: 5px;
    transition: background-color 0.3s, color 0.3s;
}

.sosyalmedyabutton img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
}

.youtube {
    background-color: #f4f4f2;
}

.youtube:hover {
    background-color: #bbbfca;
    color: #495464;
}

.instagram {
    background-color: #f4f4f2;
}

.instagram:hover {
    background-color: #bbbfca;
    color: #495464;
}

.linkedin {
    background-color: #f4f4f2;
}

.linkedin:hover {
    background-color: #bbbfca;
    color: #495464;
}

.twitter {
    background-color: #f4f4f2;
}

.twitter:hover {
    background-color: #bbbfca;
    color: #495464;
}

/* Global Body Variables */
@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 170px;
    }
}

body {
    font-family: Arial, Helvetica, sans-serif;
    text-align: justify;
    font-size: 1.1em;
    line-height: 1.785rem;
    margin-top: 0px;
    margin-bottom: 0px;

}





footer {
    background-color: #333;
    color: #fff;
    padding: 0px 0;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    flex-wrap: wrap;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 1.5rem;
}

.footer-column {
    flex: 1;
    margin: 0 20px;
}

.footer-column h3 {
    border-bottom: 2px solid #555;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.footer-column p, .footer-column ul {
    margin: 0 0 10px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
}

.footer-column ul li a {
    color: #fff;
    text-decoration: none;
}

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

.social-icons a {
    color: #fff;
    margin-right: 10px;
    text-decoration: none;
}

.social-icons a:hover {
    color: #ccc;
}

.twitter-feed {
    background-color: #444;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.twitter-feed p {
    margin: 0;
}

.twitter-feed a {
    color: #1DA1F2;
    text-decoration: none;
}

.twitter-feed a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        padding: 0 10px;
    }
    .footer-column {
        margin: 10px 0;
    }
}

/* Sider Bar */
.pkp_structure_sidebar:before {
    border-left: 1px solid #ddd;
}

.pkp_block {
    padding: 0px 3px 5px 5px;
    font-size: 14px;
    line-height: 20px;
}

.block_make_submission {
    padding: 15px 3px 5px 5px;
}

.pkp_block .title {
    width: 100%;
    background-color: #d7d7d7;
    height: 30px;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #257072;
    padding-top: 0.4em;
    margin-bottom: 0px;
    border: 0px;
    text-align: center;
}




.pkp_block .content ul li {
    padding: 0px 0;
    background-color: #f4f4f2;
}

.pkp_block li {
    border-radius: 0;
    position: relative;
    background-color: #f1f1f1;
    display: block;
}

.pkp_block ul>li {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}

.pkp_block ul>li a {
    color: #495464;
    padding: .75rem 1rem;
    display: flex;
}

.pkp_block ul>li a:hover {
    text-decoration: none;
    background-color: #bbbfca;
}

.pkp_block ul>li em {
    box-sizing: border-box;
    display: inline-block;
    font: 1.09em / 1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin: 0px 15px 0px -10px;
    border-right: 1px solid #e7e5e5;
    width: 35px;
    color: #257072;
}

.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;
}

body.pkp_page_index.pkp_op_index {
    font-family: Arial, Helvetica, sans-serif;
}

.pkp_structure_main {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: justify;
    line-height: 1.43rem;
    color: rgba(0, 0, 0, 0.87);

}



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


body.pkp_page_index.pkp_op_index {
    font-family: Arial, Helvetica, sans-serif;
}



h1 {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2.3em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #257072;
}

h2 {
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 2em;
    margin-top: 0.67em;
    margin-bottom: 0.67em;
    margin-left: 0;
    margin-right: 0;
    font-weight: bold;
    color: #257072 !important;
}



h3 {
    font-family: Arial, Helvetica, sans-serif;

}

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





/* Yıl Başlığı Ayarları */
/* Year Header */
.year-header {
    margin: 20px 10px;
    font-weight: bold;
    font-size: x-large;
    display: block;
    clear: both;
    /* Bu satırı ekleyin */
}

/* Year header */
.page_issue_archive .issues_archive .year-header{
 padding-top:0px;
 height:50px;
 transform:translatex(0px) translatey(0px);
}

/* Year Header İçindeki H3 Başlık Ayarları */
.year-header h3 {
    font-size: 1.1em; /* Başlık boyutunu değiştirin */
    font-weight: bold; /* Başlık kalınlığını değiştirin */
    color: #265887; /* Başlık rengini değiştirin */
    margin: 10px 0; /* Başlık etrafındaki boşlukları ayarlayın */
}

/* Year header */
.pkp_structure_page .pkp_structure_content .pkp_structure_main .page_issue_archive .issues_archive .year-header{
 height:1px !important;
}

/* Sayı Öğesi Ayarları */
/* Issue Item */
.issue-item {
    box-shadow: 1px 1px 5px 0 #cdd5ed;
    border-radius: 10px;
    margin: 10px;
    padding: 5px 0;
    display: inline-block;
    width: calc(25% - 40px); /* 4 sütun için genişlik ayarı */
    /* Mobil cihazlarda iki sütun */
    box-sizing: border-box;
}

/* Mobil Cihazlar için Ekran Ayarları */
/* Ekran genişliği 768 pikselden küçük olduğunda (mobil cihazlar için) */
@media (max-width: 768px) {
    .issue-item {
        width: calc(49% - 20px); /* Tam genişlik */
    }
}

/* Arşiv Sayfasındaki Sayı Öğesi Ayarları */
/* Issue Item for Archive Page */
.page_issue_archive .issues_archive .issue-item {
    padding-top: 5px;
    padding-bottom: 5px;
    margin-bottom: 10px;
    background-color: #e8e8e8;
    padding-left:5px;
    padding-right:5px;
    /* height: 100px; */
}

/* kapak resmini ortalama */
@media (min-width: 768px) {
    .obj_issue_summary .cover {
        float: inherit;
        width: 99%;
        height: auto;
        margin-right: 1.43rem;
    }
}

/* sayı cilt adını ortalama */
.obj_issue_summary {
    text-align: center;
}
