/* CSS File for Sejarah */

/* ------------ HEADER ------------ */
#headerNavigationContainer { 
	/*background-color: #383838; 
	border-bottom: solid 10px #cf043c;*/
}

/* Journal Title */
.navbar-header .navbar-brand {
	font-family: Times New Roman;
	font-size: 20px;
	color: white;
	position: relative;
	left: 40px;
	transition: all ease 0.3s;
}

.navbar-header .navbar-brand:hover {
	color: #C49A6C;
}

/* Navigation Menu */
ul#main-navigation {
	position: relative;
	top: 30px;
	float: right;
}

#main-navigation > li {
	background-color: #cf043c;
	transition: ease all 0.3s;
}

#main-navigation > li:hover {
	background-color: #930029;
}

#main-navigation li a {
	font-size: 16px;
	text-transform: uppercase;
	font-family: Merriweather;
	transition: ease all 0.3s;
}

#main-navigation li a:hover {
	color: #fff;
}

li:nth-child(1), li:nth-child(2), li:nth-child(3) {
	border-right: solid 1px rgba(255,255,255,0.3);
}

/* ------------ BODY CONTAINER ------------ */
/* body */
.pkp_structure_page {
	background-image: url('https://preview.ibb.co/gf1vkR/watermarkedit.png');
	background-size: 100%;
	background-position: center center;
	/*background-color: transparent;*/

}

.pkp_structure_content.container {
	background-color: transparent;
	position: relative;
	top: 50px;
}

/* Content - left side */
/* Journal Description */
.pkp_page_index .journal-description {
	/*background-color: rgba(255,255,255,0.9);*/
	background-color: transparent;
	padding: 20px 20px 0 20px;
}

/* Announcement */
/* title */
.cmp_announcements.media .page-header h2 {
	background-color: #743d74 !important;
	color: #fff !important;
	padding: 20px 30px 20px 30px !important;
	font-family: Merryweather !important;
	font-size: 22px !important;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}

.page-header {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.cmp_announcements.media .media-list {
	background-color: rgba(255,255,255,0.9);
	padding: 30px !important;
}

.media-list .media-body h2 a {
	color: #743d74 !important;
	font-family: Open Sans !important;
	font-size: 18px;
	font-weight: 600;
}

p.date {
	opacity: 0.5 !important;
}

/* Featured image */
.announcement-summary.media .media-body img {
	width: 150px !important;
}


/* Current Issue */
.current_issue .page-header h2 {
	background-color: transparent;
	/*background-color: #00A5A9 !important;*/
	color: #fff !important;
	padding: 20px 30px 20px 30px !important;
	font-family: Merryweather !important;
	font-size: 22px !important;
	text-transform: uppercase;
	margin-bottom: 0 !important;
}

.current_issue {
	background-color: transparent;
	/*background-color: rgba(255,255,255,0.9);*/
}

.current_issue .issue-toc {
	padding: 0 30px 30px 30px !important;
}

p.current_issue_title.lead{
	padding: 10px 30px 10px 30px;
	color: #00A5A9;
	font-size: 19px;
	font-weight: bold;
}
/* end Content - left side */




/* Sidebar - right side */
#sidebar {
	border-left: solid 1px rgba(137, 137, 137, 0.3);
}

/* Make a submission */
.pkp_block {
	/*border: none;
	background-color: transparent;*/
	background-image: url('https://preview.ibb.co/e1zV5G/GREEN_BACKGROUND_1.jpg');
	background-size: 100%;
	background-position: center center;
	color: #fff !important;
}

.pkp_block.block_make_submission a {
	width: 100% !important;
	background-color: #cf043c !important;
	border: 0 !important;
	border-radius: 5px !important;
	padding-top: 10px !important;
	padding-bottom: 10px !important;
	font-family: Merriweather !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	border-bottom: solid 8px #930029 !important;
	transition: ease all 0.5s !important;
	color: #fff !important;
}

.pkp_block.block_make_submission a:hover {
	text-decoration: none;
	position:relative;
	top: 2px;
	background-color: #930029 !important;
	border-bottom: solid 8px #62001b !important;
	color: #fff !important;
}

/* Information Tab */
.panel-default > .panel-heading, .pkp_block .title {
	background-color: #383838 !important;
	color: #f7e522 !important;
	border-radius: 5px 5px 0 0 !important;
	font-family: Merryweather !important;
	font-size: 16px !important;
	text-transform: uppercase !important;
	padding-left: 20px !important;

}

