/**************************MENU HEADER*************************************/

#navigationPrimary>li>a {
	color: #ffffff;
}

.pkp_head_wrapper .pkp_search .search_controls .search_prompt {
	color: #030303;
}

.pkp_nav_list li.profile {
	padding: 0px 8px 2px 5px;
	border: 1px solid #FFFFFF;
	border-right: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	border-radius: 8px;
	font-size: 16px;
	box-shadow: 3px 2px 5px -2px rgba(0, 0, 0, .2);
	margin-left: 8px;
	margin-right: 5px;
}

.pkp_navigation_user>li>a {
	color: rgb(3, 4, 41);
}

/* HEADER MENU ATAS */
.pkp_navigation_primary_row {
	background-color: #05C5E8;
	-webkit-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
	-moz-box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
	box-shadow: 0px 0px 5px 0.5px rgba(103, 104, 107, 0.34);
	padding-top: 5px;
	padding-bottom: 5px;
}

#navigationPrimary ul a {
	color: #FFFFFF;
}

#navigationPrimary ul a:hover {
	background-color: #1F3645;
	color: #FFFFFF;
}

#navigationPrimary>li>a:hover {
	color: #FFFFFF;
}

/**************************LINK*************************************/

a {
	color: #05C5E8;
}

a:hover {
	color: #135870;
}

/**************************ARTICLE*************************************/

.obj_article_summary {
	background-color: transparent;
	font-size: 14px;
	font-family: verdana;
	text-align: justify;
	border: 1px solid #05C5E8;
	padding: 10px;
	border-radius: 5px;
	box-shadow: 3px 3px #05C5E8;
}

/**************************EDITORIAL*************************************/

.editorial-list {
	position: relative;
}

.editorial-list li {
	margin-bottom: 1.125rem;
}

.editorial-list .img-profile {
	position: absolute;
	width: 95px;
	height: 105px;
	border: 1px solid #ddd;
	padding: .5rem;
}

.editorial-list .img-profile .imgthumb {
	width: 80px;
	height: 90px;
	overflow: hidden;
	margin: 0 auto;
	object-fit: fill;
}

.editorial-list .img-profile img {
	width: 100%;
	height: 100%;
}

.team-content {
	margin-left: 100px;
	min-height: 130px;
}

/**************************LAYOUT*************************************/

.pkp_site_name {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	display: flex;
	align-items: center;
}

.pkp_site_name > a {
	padding-top: 0;
	padding-bottom: 0;
}

.pkp_site_name .is_img img {
	max-height: 200px !important;
}

.pkp_site_name_wrapper {
	padding-left: 0;
	padding-right: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.pkp_navigation_user_wrapper {
	top: 0;
	right: 0;
	padding-right: 30px;
	margin-left: 2px;
	position: relative;
}

.pkp_structure_page {
	margin-top: 20px !important;
	padding-bottom: 20px !important;
	background: #ffffff;
	padding: 20px;
}

body {
	background: #f5f7f9;
}

/**************************SIDEBAR*************************************/

.pkp_structure_sidebar:before {
	border-left: 1px solid #ddd;
}

.pkp_block {
	padding: 0px 3px 5px 5px;
	font-size: 14px;
	line-height: 20px;
}

/* JUDUL MENU SIDEBAR */
.pkp_block .title {
	width: 100%;
	background-color: #1F3645 !important;
	height: auto;
	font-size: 13px;
	color: #ffffff !important;
	padding: 10px;
	margin-bottom: 0px;
	box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	border-radius: 5px 5px 0 0;
}

/* ISI MENU SIDEBAR */
.pkp_block .content {
	background-color: #6F9EBE !important;
	padding: 0;
}

.pkp_block .content ul li {
	padding: 0;
	background-color: #6F9EBE !important;
}

.pkp_block li {
	border-radius: 0;
	position: relative;
	background-color: #6F9EBE !important;
	display: block;
}

/* GARIS PEMBATAS */
.pkp_block ul>li {
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

/* LINK MENU */
.pkp_block ul > li a {
	color: #ffffff !important;
	padding: .75rem 1rem;
	display: flex;
	align-items: center;
	font-weight: bold;
}

/* HOVER */
.pkp_block ul>li a:hover {
	text-decoration: none;
	background-color: #1F3645 !important;
	color: #ffffff !important;
	transition: 0.3s;
}

/* ICON */
.pkp_block ul>li em {
	box-sizing: border-box;
	display: inline-block;
	font: 1.09em / 1 FontAwesome;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	margin: 0px 15px 0px -10px;
	border-right: 1px solid #ffffff;
	width: 35px;
	padding-right: 10px;
}

/**************************FOOTER*************************************/

.pkp_brand_footer {
	display: none;
}

/**************************CONTENT*************************************/

.pkp_navigation_primary_wrapper {
	display: flex;
	justify-content: center;
}

#navigationPrimary {
	display: flex;
	justify-content: center;
	width: 100%;
}

.pkp_structure_page,
.pkp_structure_head,
.pkp_structure_content {
	max-width: 1200px;
	margin: 0 auto;
}

.pkp_structure_content {
	padding: 20px 0;
	border-top: none !important;
}

.pkp_structure_head img {
	width: 100%;
	height: auto;
	border-radius: 6px;
}

.obj_issue_summary,
.media {
	display: flex;
	gap: 20px;
}

.media-left img {
	width: 150px;
	border-radius: 8px;
}

/* GARIS PEMBATAS ATAS */
.pkp_structure_main:before {
	content: "";
	display: block;
	height: 4px;
	background: #05C5E8;
	margin-bottom: 20px;
}

.pkp_structure_page,
.pkp_structure_content,
.pkp_structure_main {
	border: none !important;
}

/**************************INDEX*************************************/

.pkp_page_index .obj_issue_toc,
.pkp_page_index .media,
.pkp_page_index .section {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.pkp_page_index .media-left,
.pkp_page_index .media-body {
	margin-left: 0 !important;
	padding-left: 0 !important;
}

.pkp_page_index .container,
.pkp_page_index .cmp_wrapper {
	max-width: 100% !important;
	padding-left: 20px !important;
}