/* .pkp_brand_footer {
    display: none;
}
*/

/* sayfa altı logoyu gizle */

.pkp_brand_footer a {
    display: none;
}

/* sayfa altı footer rengi */
.pkp_structure_footer_wrapper {
    background: #DDD;
}


/* footer yazısını ortalama ve boyutu */
.pkp_footer_content {
    padding: 1rem;
    text-align: center;
}



/* banner/logo maksimum boyu */

@media (min-width: 992px){
.pkp_site_name .is_img img {
    max-height: 150px;
}
}




.pkp_site_name {
	padding-top: 5px;
	padding-bottom: 2px;
}




/* 
banner/logo arka plan rengi ve alt çizgi rengi
.pkp_structure_head {
    background-color: #f0f7da;
	
	border-bottom: 1px solid #d14949;
}

*/


/* üst menü arka plan rengi */
/*
.pkp_site_nav_menu {
    background: #d14949;
}
*/

/* özet, hakkımızda vb. iki yana yasla */

.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;
}



.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: #7c3595;
    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: #ffffff;
    
    
    
    
	
  background-image: linear-gradient(#7c3595, #dbcde4);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-family: Montserrat,sans-serif;
  font-size: .9em;
  margin: 5px;
  padding: 10px 15px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

}



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: #006ea2;
}

h2 { 
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #006ea2;
}


h4 { 
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #006ea2;
}


.obj_article_summary>.title a {
    text-decoration: none;
}

a {
    color: #006ea2;
}



/* 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: #006ea2;
    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: #ffffff;
}


/* 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: #2bae68;
    color: white;
    padding: 12px;
}
*/

/*YAN BLOK BAŞLIK ARKA PLAN VE METİN RENKLERİ geçişli*/

.pkp_block .title {
  background-image: linear-gradient(#7c3595, #dbcde4);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  color: #fff;
  font-family: Montserrat,sans-serif;
  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;
}
