

/* bottom logo footer hide*/

.pkp_brand_footer {
display: none;
}


/* logo top area hide */
@media (min-width: 992px){
.has_site_logo .pkp_head_wrapper {
    padding-top: 0px;
}
}

.pkp_site_name .is_img {
    margin-top: -5px;
}



/* footer background color */
.pkp_structure_footer_wrapper {
    background: #dcdcdc;
}


/* footer text to center */
.pkp_footer_content {
    padding: 1rem;
    text-align: center;
}

    


/* banner/logo maximum size */

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

}
}

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


/* abstract justify */

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


/* author bios justify */

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

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


/* mainpage summary text justify */
.pkp_structure_main p {
	text-align: justify;
	font-size: 1.1em;
}




/*Main menu font size*/

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


/*SIDE BLOCK HEADARS BACKGROUND COLORS AND text color */

.pkp_block .title {
  background-image: linear-gradient(#4a0760, #8819ad);
  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;
  
}


/*SIDE BLOCK TEXT PADDING*/

.pkp_block .content ul li {
    padding: 5px 5px 5px 15px;
}

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

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




/* MAKE A SUBMITTON BUTTONS */

.cmp_button, .cmp_form .buttons button, .page_lost_password .buttons button, .page_search .submit button, .block_make_submission a {
    display: inline-block;
    padding: 0 3em;
    background: #4a0760;
    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;
}


/*HEADER 1*/

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: #4a0760;
}


/*HEADER 2*/

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


/*HEADER 4*/

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



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



/* link COLOR */

a {
  color: #4a0760;
}

/* Link hover color */

a:hover {
  color: #e12727;
}




/* Articles header order */

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




/* archive cover shadow */

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


/* last issue cover shadow */

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




.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: #4a0760;
    text-decoration: none;
}


