/*Health Eduation in Practice*/
/*Custom CSS for OJS 2.4.8.0*/
/*Hosted by Sydney Open Journals by the University of Sydney Library*/
/*https://openjournals.library.sydney.edu.au/index.php/HEP*/
/*Design by Zoe Barber - zoe-barbercom*/
/*Implementation by Hannah McFarlane - hannah@outlook.com.au*/


/*Hero #00B1C1*/

/*GALLEY*/
/*DIVS*/
.left_box {width: 23%;
	min-width: 130px;
	float:left; 
	text-align: left; 
	padding-right: 15px;}

.article {
	width:77%; 
	float:right; 
	padding-left: 15px; 
	border-left: solid 1px #ddd;
}

@media (max-width: 1005px) {
	.article {float: none;
		width: auto;}
	.left_box {float: none;
		width: auto;}
}

img {height: 100%;
	width: 100%;
	object-fit: contain;
}

/*HEADING 2*/	
#content h2 {color: #000;
text-transform: none;}

#content h1 {line-height: 1.6em;}

#content {
	font-size: 1.2em;
	line-height: 1.4em;
	padding-top: 28px;
	}
#content p {
	font-size: 1.0em;
	font-weight: normal;
	}
#content a {
	font-size: 1.0em;
	}

/*HEADER*/

#headerTitle {
	background-color: transparent;
	}

#headerTitle h1 {
	position:inherit;
	left: inherit;
	right: inherit;
	}


/*BREADCRUMBS*/
#breadcrumb {
	font-size: 0.95em;
	background-color: transparent;
	border-bottom: 1px solid #d8dbdd;
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 0;
	}
#breadcrumb .current {
	color: #00B1C1;
	}
#breadcrumb a.current {
	font-weight: normal;
	}	
#breadcrumb a:hover {
	color: #00b1c1;
	text-decoration: underline;
	}



/*ANCHOR LINKS*/
a:link {
	color: #00b1c1
	}
a:visited {
	color: #5F9EA0;
	}



/*HEADING 2*/	
#main h2 {
	color: #00b1c1;
	text-transform: uppercase;
	}
#main h2 {
	font-weight: bold;
	border-bottom: 3px solid #00b1c1;
	}

/*NAVBAR*/
#navbar .menu li a:active, #navbar .menu li a.active, #navbar .menu li a:hover {
	border-bottom: 2px solid #00B1C1;
	color: #00B1C1;
	}

#navbar {
	padding: 20px 0 34px;
	text-transform: uppercase;
	}

#navbar .menu li a {
	font-size: 0.95em;
	margin: 0 10px 0 0;
	padding-bottom: 8px;
	}
#navbar a, ul.menu a {
	text-transform: uppercase;
}


/*BUTTONS*/
input.button, input.defaultButton, #sidebarUser form input[type=submit], input[type=submit] {
	background-color: #00b1c1;
}
input[type=submit]:hover, input.defaultButton:hover, input.button:hover {
    background-color: #5F9EA0;
}

/*FOOTER*/
#pageFooter {
	border-top: 3px solid #00b1c1;
	padding-top: 30px;
	margin-top: 100px;
	}

footer.globalFooterModule > div.container {
	display: none;
	}

.globalFooterModule .footerTopHeader div.container::before {
    content: "Sydney Open Journals is hosted by the University of Sydney Library";
    font-size: 0.8em;
    padding-bottom: 10px;
	}
.col-xs-12, .col-sm-2, .col-lg-1 {
    overflow: visible;
	}

.footerTopHeader a:visited {
	color: #474747
}
.footerTopHeader h2 {
	text-transform: none;
	}

/*JOURNAL DESCRIPTION*/
/*This should only affec thte front page, but if it affecting more, just delete the following:*/
h2 > div#content #journalDescription {
	font-weight: normal;
	}


/*JOURNAL SETUP PAGE*/
/*fix step headers*/
body#pkp-manager-setup-journalSetup #content h4 {
	margin-top: 0;
	font-size: 1.1em;
	}	

body#pkp-manager-setup-journalSetup #content h4 a {
	padding-top: 0;
		margin-bottom: 10px;
	padding-bottom: 0;
	}
body#pkp-manager-setup-journalSetup #content h4 a:hover {
	background-color: #e4e4e4;
	}	

body#pkp-manager-setup-journalSetup #content li {
	list-style-type: decimal;
	display: list-item;
	font-size: 1.00em;
	}

body[id^="pkp-manager-setup"] ul.steplist a:hover {
	text-decoration: underline;
}

/*setup pages reduce font size*/
body[id^="pkp-manager-setup"] form#setupForm label, form#setupForm span.instruct {
    font-weight: normal;
    font-style: italic;
    font-size: 0.95em;
}


/*SIDEBAR*/
#rightSidebar ul li a:hover {
	text-decoration: underline;
}