/* .pkp_brand_footer {
    display: none;
}
*/


.pkp_navigation_primary_wrapper {
    line-height: 0.5rem;
}


@media (min-width: 992px) and (min-width:992px) {
    .pkp_navigation_primary {
        display:inline-block;
        max-width: 90%;
        text-align: left
    }
}


/* sayfa altı logoyu gizle */

.pkp_brand_footer {
    display: none;
}

/* sayfa altı footer rengi */
.pkp_structure_footer_wrapper {
    background: #dcdcdc;
}


/* 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: 257px;

}
}




.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;
}




/*Ana Menü font boyutu*/

.pkp_nav_list li {
  /*  font-size: 17px !important; */
}


/*block header backgroun colors*/

.pkp_block .title {
  background-image: linear-gradient(#000066, #4141b0);
  border: 0;
  border-radius: 4px;
  box-shadow: rgba(0, 0, 0, .3) 0 5px 15px;
  box-sizing: border-box;
  color: #ffffff;

  font-size: .9em;
  margin: 5px;
  padding: 10px 15px;
  text-align: center;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  
}

/*block list padding */
.pkp_block .content ul li {
    padding: 5px 5px 5px 15px;
}


/* Buttons color and font size*/

.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: #40A1E6;
    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;
}

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: #000066;
}

h2 { 
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #000066;
}


h4 { 
  display: block;
  font-size: 2em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: bold;
  color: #000066;
}


.obj_article_summary>.title a {
    text-decoration: none;
}




/* link rengi */
a {
  color: #000000;
}

/* hover color*/
a:hover {
  color: #e12727;
}








/* article header margin*/

.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);
}



/* right block padding*/

.pkp_block {
    padding: 10px 15px 10px 15px;
}


/*archive issue image shadowing and radius*/

.obj_issue_summary .cover img {
    border-radius: 5px;
    box-shadow: 1px 3px 7px 1px grey;
}


/*current issue image shadowing and radius*/

.obj_issue_toc .cover img {
    border-radius: 5px;
    box-shadow: 1px 3px 7px 1px grey;
}



/* announcement reade more link color */
.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: #000066;
    text-decoration: none;
}


