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

.logo-large img {
    max-height: none;
    width: 100%;
    height: auto;
}


    .pkp_site_name .is_img img{
display: block;
/* max-height: 2.143rem;*/
max-width: 100%;
width: auto;
height: auto; }



/* Masaüstü (web) görünüm: 992px ve üzeri */
@media (min-width: 992px) {
    .pkp_site_name .is_img img {
        max-height: 140px;
        height: auto;
        width: auto;
    }

    #headerNavigationContainer .pkp_head_wrapper {
        min-height: 160px;
    }

    .pkp_head_wrapper .pkp_site_name_wrapper .pkp_site_name {
        min-height: 160px;
    }
}

/* Mobil görünüm: 491px ve altı */
@media (max-width: 991px) {
    .pkp_site_name a img {
        width: 470px;
        height: auto;
        max-height: none;
        display: block;
        margin: 0 auto;
        padding: 5px 0;
    }

    #headerNavigationContainer .pkp_head_wrapper {
        min-height: auto;
        padding: 0px 0;
    }

    .pkp_head_wrapper .pkp_site_name_wrapper .pkp_site_name {
        min-height: 80px;
    }
}


@media (max-width: 991px) {
  .pkp_site_name .is_img img {
    max-width: 100% !important;
    height: auto !important;
    max-height: none !important;
    display: block;
    margin: 0 auto;
    padding: 0px;
  }

  #headerNavigationContainer .pkp_head_wrapper {
    min-height: 105px !important;
    padding: 0px 0 !important;
  }

  .pkp_head_wrapper .pkp_site_name_wrapper .pkp_site_name {
    min-height: 100px !important;
  }
}


.pkp_site_nav_toggle > span {
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 24px;
    height: 19px;
    border-bottom: 3px solid #fff;
    text-indent: -9999px;
    overflow: hidden;
}
