@import url('https://fonts.googleapis.com/css2?family=Baloo+Tamma+2:wght@400..800&display=swap');

body {
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:none;
	font-family: "Baloo Tamma 2", cursive !important;
	font-weight: 400;
	font-size:15px;
	color:#222;
	text-align:justify;
}

.pkp_structure_main p,.pkp_structure_main ul {
    	line-height: 1.5rem;
	margin: 1rem 0;
}

:root {
	font-family: "Baloo Tamma 2", cursive !important;
}

html,body {
	background: url(https://ejournal.gemacendekia.org/public/site/images/admin/parika.png) fixed !important;
}

.pkp_head_wrapper,
.has_site_logo .pkp_head_wrapper {
	position: relative;
	padding-top: 0;
}

.pkp_site_name {margin: 0;}
.pkp_site_name {padding-top: 0 !important; padding-bottom: 0 !important}
.pkp_site_name > a {padding-top: 0; padding-bottom: 0;}
.pkp_site_name .is_img img {max-height: 1000px;}
.pkp_site_name .is_img img {max-height: 100% !important; max-width: 100% !important;}
.pkp_site_name a {margin: auto !important;}
.pkp_site_name_wrapper {padding-left: 0; padding-right: 0; margin: 0;}
.pkp_navigation_user_wrapper {top: 0; right: 0; padding-right:30px;}
.pkp_structure_page {border-left: 0px solid gray; border-right: 0px solid gray; background: #fff; box-shadow: 1px 1px 5px 2px #bfbfbf; }

@media (max-width: 1000px) {
.pkp_structure_page {margin:auto; width: 100%; padding-bottom: 0 !important; border-left: 0px solid gray; border-right: 0px solid gray; background: #fff; box-shadow: 1px 1px 5px 2px #bfbfbf;}
}

.pkp_structure_page {margin-top: 0px !important; margin-bottom: 0px !important;}

.pkp_block {
    padding-top: 15px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 1px;
}
.pkp_site_name>a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

h1,h2,h3,h4,h5,h6 {
	font-family: "Baloo Tamma 2", cursive !important;
}

a:hover {text-shadow: 1px 1px #a6a6a6;}


.pkp_nav_list li.profile {
	background-image: linear-gradient(#ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%) !important;
    	padding: 2px 12px 2px 8px;
	/*padding-right: 0.5rem;*/
    	border: 1px solid #e6dfdf;
    	border-right: 1px solid #dadada;
    	border-bottom: 1px solid #dadada;
    	border-radius: 8px;
    	font-size: 1rem;
    	box-shadow: 2px 2px 4px 1px rgba(0, 0, 0, 0.15);
    	margin-top: 14px;
	margin-left: 8px;
    	margin-right: 8px;
}


.pkp_footer_content {
    text-align: center;
}

.pkp_brand_footer {display:none;}


/*Tambah CSS*/

.description {
	text-align: justify;
	font-size: 13px;
}


.obj_article_summary > .title a {
    font-size: 1.14em;
}

.obj_article_summary .pages:before {
  content: "\f0f6";
  width: 12px;
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 10px;
}

.obj_article_summary .meta {
    position: relative;
    padding-top: .357rem;
    font-size: .93rem;
    line-height: 1.43rem
}

.meta .authors:before{
  content: "\f0c0";
  width: 12px;
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 10px;
}

.view_download {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
}

.pkp_page_index .journals>ul>li {
    margin: unset;
    padding: 1.143rem;
    border-top: none;
}

.pkp_page_index .journals>ul>li:before {
    content: "";
    width: 95%;
    height: 1px;
    border-radius: 20px;
    left: 0;
    position: relative;
    display: block;
    top: -10px;
    background: linear-gradient(to right, #1e6292 10%, #1e6292 20%, rgba(255,255,255,0) 98%)
}


.pkp_page_index .journals ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.page_index_site .about_site {
     margin: 0 20px;
}

.has_thumb {
    width: 50%;
}

.thumb img {
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.thumb img:hover  {
  transform: scale(1.03);
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.3);
}

.pkp_page_index .journals h3 {
    margin: 0 0;
}

.pkp_page_index .journals img {
    display: block;
    padding: 2px;
    margin-bottom: 5px;
    box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.4);
    border: 1px solid #dcd6d6;
}

.pkp_page_index .journals .links li {
    margin: .714rem .714rem .714rem 0;
}

.page_index_site .links a {
    padding: 2px 10px;
    border: 1px solid #e6dfdf;
    border-right: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
    border-radius: 4px;
    font-size: 15px;
    background: linear-gradient(to bottom, #fff 0%, #f3f3f3 50%, #ededed 51%, #fff 100%);
    box-shadow: 3px 2px 5px -2px rgba(0,0,0,0.2);
    margin-left: 8px;
    text-decoration: none
}

.center {
	margin: auto;
	padding: 10px;
  	margin-left: 2px;
  	margin-right: 10px;
  	width: 95%;
}

@media (min-width: 320px) and (max-width:440px) {
    button[class~=pkp_site_nav_toggle] {
        background:var(--primary-color);
    }

    [class~=pkp_head_wrapper] {
        height: 5rem;
    }

    [class~=pkp_site_name] [class~=is_img] img {
        max-height: fit-content;
    }

    button[class~=pkp_site_nav_toggle] {
        border-radius: .3125pc;
    }

    [class~=journal_thumbnail] > img[class~=thumbnail] {
        max-height: fit-content;
    }

    button[class~=pkp_site_nav_toggle] {
        top: 5px;
    }

    [class~=description-container] {
        flex-direction: column;
    }

    button[class~=pkp_site_nav_toggle] {
        left: .3125pc;
    }

    [class~=journal_thumbnail] {
        align-self: center;
    }
}

@media (min-width: 441px) and (max-width:536px) {

    [class~=pkp_head_wrapper] {
        height: 7rem;
    }

    [class~=pkp_site_name] [class~=is_img] img {
        max-height: fit-content;
    }
}

@media (min-width: 537px) and (max-width:991px) {

    [class~=pkp_head_wrapper] {
        height: 8rem;
    }

    [class~=pkp_site_name] [class~=is_img] img {
        max-height: fit-content;
    }
}

@media screen and (min-width: 992px) {
    [class~=pkp_site_name] [class~=is_img] img {
        max-height:fit-content;
    }
}
@media (min-width: 992px) {
    .pkp_structure_main:first-child:last-child {
        float:none;
        margin-top: 20px;
	margin-left: 10px;
	margin-right: 10px;
        width: auto;
        padding: 20px 0;
    }
}

@media (max-width: 480px) {
    .journals li.has_thumb {
        position:relative;
        float: left;
        width: 100%
    }
}