@import url('https://use.fontawesome.com/releases/v5.0.9/css/all.css');

body {
	margin:0;
	padding:0;
	background-color:transparent;
	background-image:none;
	font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif !important;
	font-weight:400;
	font-size:13px;
	line-height:1.42857143;
	color:#222;
	text-align:justify;
}
/*
.pkp_head_wrapper {
    background-image: url(https://ejournal.globalcendekia.or.id/public/site/images/admin/grayes.jpg);
}

.pkp_head_wrapper,.has_site_logo .pkp_head_wrapper {
    position: relative;
    padding-top: 0;
    width: 100%;
    background: rgba(30, 98, 146, 0.3);
    border-bottom: .714rem solid #303030;
}*/

.pkp_structure_head {
    background-image: url(https://ejournal.globalcendekia.or.id/public/site/images/admin/grayes.jpg);
    border-bottom: .714rem solid #303030;
}

.pkp_site_name .is_img img {max-height: 800px;}
.pkp_site_name .is_img img {max-height: 100% !important; max-width: 100% !important;}

.pkp_navigation_user_wrapper ul li a {font-family: "Noto Sans",-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen-Sans","Ubuntu","Cantarell","Helvetica Neue",sans-serif !important; color: #292929 !important; text-shadow: 0 0 2px #fff;}
.pkp_navigation_user_wrapper ul li a:hover {color: #fff !important; text-decoration: none; text-shadow: 0 0 2px #000;}


.pkp_structure_main .homepage_title h1,.pkp_structure_main .about_site h1 {
    background: #fff;
    color: #154668;
    position: relative;
    margin-bottom: 2.857rem;
}

.pkp_structure_main .homepage_title h1:before,.pkp_structure_main .about_site h1:before {
    content: "";
    display: block;
    height: 2px;
    width: 100%;
    background: #f7bc4a;
    position: absolute;
    top: 130%;
}

.pkp_structure_main:before,.pkp_structure_main:after {
    background: none;
}

.pkp_structure_footer_wrapper {
    border-top: .714rem solid #808080;
}

.pkp_footer_content {
   	text-align: center;
}

/*Tambah CSS*/

.description {
	text-align: justify;
	font-size: 13px;
}

a {text-decoration: none;}
a:hover {text-shadow: 1px 1px #a6a6a6;}

.pkp_page_index .journals>ul>li {
    margin: 5px;
    padding: 1.5rem;
    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;
    margin-left: 10px;
}

.page_index_site .about_site {
     margin: 0 20px;
}

.has_thumb {
    width: 48%;
    background: #f4f4f4;
    border: 1px solid #ededed;
    margin: 5px;
    border-radius: 8px;

}

.has_thumb .thumb {
    margin-bottom: 1rem;
}

.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: 6px 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;
    font-size: 13px;
}

.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);
}

.obj_article_summary .pages:before {
  content: "\f0f6";
  width: 12px;
  font-family: "FontAwesome";
  margin-right: 5px;
  font-size: 10px;
}


@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;
    }
    .pkp_structure_content {
        padding-top: 0;
    }
    .pkp_site_name_wrapper {
        height:auto;
    }
}

@media (min-width: 768px) and (max-width:992px) {
    .pkp_structure_main:before,.pkp_structure_main:after {
        background: none;
    }
    .pkp_site_name_wrapper {
        height: 9rem;
    }
    .description {
	font-size: 11px;
    }
}

@media (min-width: 481px) and (max-width:768px) {
    .pkp_site_name_wrapper {
        height: 6rem;
    }
    .description {
	font-size: 10px;
    }
}

@media (max-width: 480px) {
    .journals li.has_thumb {
        position:relative;
        float: left;
        width: 100%;
    }
    .pkp_site_name_wrapper {
        height: 5rem;
    }
    .description {
	font-size: 10px;
    }
}