/******************************************************************

Theme Name: Januas
Theme URI: http://showthemes.com/januas-demo/changelog
Description:

Version: 1.28

Author: Showthemes

Author URI: http://www.showthemes.com

Stylesheet: Main Stylesheet



******************************************************************/
/*UWA RESEARCH WEEK CSS OVERRIDES*/





/*START: speaker_sessions
Explanation:
VSW to define ...
******************************************************************/
	.single-ja-speaker .speaker_sessions {display:none;}
/*****************************************************************/


/*START: single-ja-speaker .entry-content
Explanation:
VSW to define ...
******************************************************************/
	.single-ja-speaker .entry-content {margin-bottom:50px;} 
/*****************************************************************/


/*START: event page titles
Explanation:
The event page titles were extending the whole width of the page.
The style in question entry-title has been set to a max width
that matches the rest of the interface (978px)
max-width has been used so that it can still get smaller if
required.
For example: /events/defining-humanity-photography-humanitarianism-and-empire-2/
(this link might not hang around)
******************************************************************/
	.entry-title{
		max-width: 978px;
		margin: auto !important;
	}
/*****************************************************************/


/*START: font updates
Explanation:
Changing the fonts to use the UWA brand
******************************************************************/
	body {
		font-family: 'Source Sans Pro', Arial, sans-serif;
	}
	h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5 {
		font-family: 'Source Sans Pro', Arial, sans-serif;
		text-rendering: optimizelegibility;
		font-weight: 500;
	}
/*****************************************************************/

