body {
    /* background-image: url(/public/site/images/admin/background_blur12.jpg);
    background-image: url(https://i.ibb.co/3frmCkB/OLPWEB0.jpg);
    background-size: 100%;   */
    
    background-image: url(https://ejournal.upnvj.ac.id/public/site/images/gusti/artboard-222.png); 
    background-repeat: repeat;
  background-size: auto;
     
}

.pkp_structure_content {
	background-color: white;	
}

.obj_article_summary:hover {
	background-color: #F5F7EE;
}

.pkp_block { /* JARAK KOTAKAN ANTARA BLOCK SIDEBAR */
    padding: 10px;
    padding-top: 0;
    
}x

body > div > div.pkp_structure_content.has_sidebar { /* WARNA BACKGROUND ARTIKEL JOURNAL */
	background-color: white;	
}

.obj_article_details .item { /* RATA KANAN KIRI PADA REFERENSI SETIAP ARTIKEL */
	text-align: justify;
}


.pkp_structure_page {
	margin-top: 0px;
	margin-bottom: 0px;
	
	/* margin: auto;
	border-right: 1px solid gray;
	border-left: 1px solid gray;  */
}  

/* body > div.pkp_structure_page > div.pkp_structure_content.has_sidebar {
	box-shadow: 0px 10px 20px 1px rgba(0,0,0,0.75);
} */

/*  .pkp_structure_footer_wrapper {
    display: none;
} */

body > div > div.pkp_structure_footer_wrapper > div > div.pkp_brand_footer > a > img { /* HILANGKAN LOGO FOOTER */
	display: none;
}

#headerNavigationContainer { /* NGEPASIN BELAKANG HEADER SAMAIN KE HEADER*/
    width: 1160px;
    margin: auto;
}

body > div > div.pkp_structure_footer_wrapper { /* NGEPASIN BELAKANG FOOTER*/
    width: 1160px;
    margin: auto;
}

.pkp_structure_footer_wrapper { /* WARNA FOOTER BACKGROUND */
    background-color: #F5F7EE;
}

.obj_article_details .abstract { /* RATA KANAN KIRI PADA ABSTRAK SETIAP ARTIKEL */
	text-align: justify;
}


.pkp_block .title { /* TITLE BLOCK SIDEBAR - GRADASI */
	text-align: center;
	padding: 10px;
	background: linear-gradient(135deg, #5a0f18 0%, #7d2531 50%, #9C1C1C 100%);
	color: white;
	border-bottom: 2px solid #F29D3B;
}

#pkp_content_main > div > div.additional_content > p > img {
	width: 30%;
}

#customblock-assosiate > div > p:nth-child(2) > a > strong > img {
	width:  50%;
	display: block;
	margin-left: auto;
  margin-right: auto;
}

#customblock-assosiate > div > p:nth-child(3) > a > strong > img {
	width: 80;
	display: block;
	margin-left: auto;
  margin-right: auto;
}

#customblock-assosiate > div > p:nth-child(4) > a > strong > img{
	width:  50%;
	display: block;
	margin-left: auto;
  margin-right: auto;
}


#customblock-turnitindanmendeley > div > p:nth-child(2) > a > img {
	display: block;
	margin-left: auto;
  margin-right: auto;
}

#customblock-turnitindanmendeley > div > p:nth-child(3) > a > img {
	display: block;
	margin-left: auto;
  margin-right: auto;
}

body > div.pkp_structure_page > div.pkp_structure_content.has_sidebar > div.pkp_structure_sidebar.left > div.pkp_block.block_Keywordcloud > span {
	text-align:  center;
}

body > div.pkp_structure_page > div.pkp_structure_content.has_sidebar > div.pkp_structure_sidebar.left > div.pkp_block.block_web_feed > span {
	text-align:  center;
}

#customblock-flagcounter > div > p:nth-child(2) > a > img {
	display: block;
	margin-left: auto;
  margin-right: auto;
}

#navbar,
ul.sidemenu li:before { /* tanda */
    display: none
}

ul.sidemenu {
    padding-left: 0!important;
    margin: -10px -10px 0;
    overflow: hidden;
}

ul.sidemenu li {
    padding: 0
}

ul.sidemenu li a { /* BENTUKAN BUTTON DI SIDEBAR BLOCK MENU - GRADASI */
	background: linear-gradient(90deg, #6b0f1a 0%, #9C1C1C 50%, #7d2531 100%);
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	border-left: 3px solid #F29D3B;
	color: white;
	display: block;
	padding: 10px 10px 10px 12px;
	text-decoration: none;
	font-weight: 600;
	letter-spacing: 0.3px;
	transition: all 0.2s ease;
}

ul.sidemenu li a::before { /* IKON PANAH ORANYE */
	content: "› ";
	color: #F29D3B;
	font-size: 16px;
	font-weight: bold;
	transition: all 0.2s ease;
}

ul.sidemenu li a:hover { /* HOVER GRADASI ORANYE */
	background: linear-gradient(90deg, #F29D3B 0%, #e08a25 60%, #c97a1a 100%);
	border-left: 3px solid #ffffff;
	text-decoration: none;
	padding-left: 16px;
}

ul.sidemenu li a:hover::before {
	color: #ffffff;
}

ul.sidemenu li a,
ul.sidemenu li:first-child a {
	border-top: 1px solid rgba(255, 255, 255, 0.08);
}


.cmp_button_wire, .obj_galley_link { /* warna button pdf di home */
	background-color: #7D2531;
	color: white;
}

.cmp_button_wire, .obj_galley_link:hover {
	background-color: #F29D3B;
}

.obj_article_summary>.title a { /* warna tulisan setiap artikel di home */
	color: #7D2531;
}

.obj_article_summary>.title a:hover {
	color: #F29D3B;
}


.pkp_site_name .is_img img { /* gambar di header sesuai ukuran */
display : inline-block;
max-height : 1650px;
max-width: 100%;
width: auto;
height: auto;
margin-top: -34px;

}

@media (min-width: 240px) and (max-width: 480px) { /* gambar di header sesuai ukuran mobile */
  .pkp_site_name .is_img img {
	width: auto;
  }
  #headerNavigationContainer {
  	width: auto;
  }
}


#headerNavigationContainer { /* NGEPASIN BELAKANG HEADER SAMAIN KE HEADER*/
    width: 1160px;
    margin: auto;
}

#navigationPrimary { /* NAVBAR JARAK */
    padding: 10px;
    margin-left: 10px;
}

#navigationUser { /* NAVBAR USER */
margin-right: 50px;
margin-top: 10px;
}


.obj_issue_toc .galleys_links li { /* POSISI BUTTON PDF SETIAP ARTIKEL DI HOME */
	display: block;
	text-align: right;
}

.obj_article_summary { /* EFEK SHADOW PADA KOTAK ARTIKEL DI HOME */
	padding: 10px;
	border-radius: 10px;
	box-shadow: 2px 2px 4px #c1c1c1;
}

.pkp_block .content ul li { /* JARAK ATAS BAWAH ANTAR MENU SATU SAMA LAIN PADA SIDEBAR BLOCK MENU  */
	padding: 0;
}


body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_main > div > section.homepage_about > h2 { /* HILANGKAN TULISAN TITLE ABOUT THE JOURNAL DI HOME */
	display: none;
}

body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_main > div > section.homepage_about {
	margin-top: -2rem;
}


body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_sidebar.left > div.pkp_block.block_Keywordcloud > h2::before {
  content: "..:: ";
}

body > div > div.pkp_structure_content.has_sidebar > div.pkp_structure_sidebar.left > div.pkp_block.block_Keywordcloud > h2::after {
  content: " ::..";
}
