/*
THEME NAME: ETMP Custom Theme
THEME URI: www.alphaluma.com.au
DESCRIPTION: Theme for ETM Perspectives
VERSION: 1.0.0
TAGS: responsive-layout, mobile-friendly
AUTHOR: Chris Cook
AUTHOR URI: http://www.alphaluma.com.au
*/

/* page layout */
* {
	margin: 0;
	padding: 0;
}

p, li {
	margin: 8px 0;
}

.centered {
	text-align: center;
}
.img-link {
	line-height: 0;
	text-decoration: none !important;
}
.un-center {
	text-align: left;
}
a {
	color: 373737;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
	color: #686868;
}
a:visited {
	color: #686868;
}
h1 a, h2 a {
	color: inherit;
	text-decoration: none;
}
h1 a:hover, h2 a:hover, h1 a:visited, h2 a:visited {
	color: inherit;
	text-decoration: none;
}
.page-home .page-content h1 {
	padding: 0;
}
hr {
	border-color: rgba(0,102,255,0.2);
	border-width: 1px 0 0 0;
}
.ul {
	text-decoration: underline;
} 
html, body {
	padding: 0;
	margin: 0;
	min-height: calc(100% - 64px);
	position: relative;
}
body {
	background-color: #e2e2e2;
	color: #373737;
	font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font: calc(12px + 0.5vmin) "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	line-height: 1.625;
}


#wrapper {
	overflow: hidden;
	position: relative;
	min-height: calc(100% - 64px);
	background-color: #f4f4f4;
	width: 60%;
	min-width: 960px;
	margin: 0 auto;
	margin-bottom:64px;
	box-sizing: border-box;
	padding-bottom: 77px;
}
.header {
	width: 100%;
}
.footer {
	background-color: #f4f4f4;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 77px;
	clear: both;
	box-sizing: border-box;
	padding: 5px 32px;
}

/* header */
.navigation-bar {
	background-color: #282828;
	box-sizing: border-box;
	height: 50px;
}
.navigation-bar li a {
	font-size: 14px;
}
.banner {
	background-color: #ff9900;
	display: block;
}
.banner-text {
	display: inline-block;
	box-sizing: border-box;
	font-size: 8vw;
	line-height: 6.5vw;
	vertical-align: top;
	padding-top: 2vw;
	margin-left: 1.5vw;
	color: #ffffff;
	font-family: "Times New Roman", Times, serif;
	font-variant: small-caps;
	text-shadow: 0.3vw 0.3vw 0.3vw rgba(0,0,0,0.5);

}
.banner-text small {
	color: #000000;
	font-size: 61.5%;
	text-shadow: 0 0 0 rgba(0,0,0,0);
}

@media (min-width: 1088px) {
	.banner-text {
		font-size: 76.8px;
		line-height: 62.4px;
		padding-top: 19.2px;
		margin-left: 14.4px;
	}
}
@media (min-width: 1600px){
	.banner-text {
	font-size: 4.8vw;
	line-height: 3.9vw;
	padding-top: 1.2vw;
	margin-left: 0.9vw;
	}
}
.header-image {
	width: 20%;
	height: auto;
}
.navigation-bar {
	text-align: center;
}
.header .desktop-menu {
	margin-left: auto;
	margin-right: auto;
	width: auto;
	text-decoration: none;
}
.desktop-menu > .current-menu-item {
	font-weight: bold;
	background-color: #303030;
}

.header .desktop-menu li {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	display: block;
	height: 50px;
	width: auto;
	float: left;
	position: relative;
	padding: 0 12px;
	padding-top: 16px;
	color: #eeeeee;
	transition: 0.2s;
}
.header .desktop-menu li a {
	text-decoration: none;
	color: inherit;
}
.header .desktop-menu li:hover {
	color: #373737;
	background-color: #eeeeee;
}

.header .desktop-menu .sub-menu {
	display: none;
	position: absolute;
	background-color: #eeeeee;
	top: 100%;
	left: 0;
	width: 250px;
	list-style: none;
	margin: 0;
	padding: 0;
	box-shadow: 0 0 16px rgba(0,0,0,0.2)
}
.header .desktop-menu li:hover .sub-menu {
	display: block;
}
.header .desktop-menu .sub-menu li {
	display: block;
	width: 100%;
	color: #282828;
}
.header .desktop-menu .sub-menu .current-menu-item {
	font-weight: bold;
}

.header .desktop-menu .sub-menu li:hover {
	background-color: #373737;
	color: #eeeeee;
}

.header .desktop-menu li.search-box {
	padding: 7px 12px;
	margin: 0;
	position: relative;
	left: 0;
	width: 100px;
}

.header .desktop-menu .search-box input {
	height:36px;
	border: 0;
	color: #eeeeee;
	background-color: rgb(55,55,55);
	padding-left: 40px;
	width: 99px;
	background: url(SearchIcon.png) no-repeat #373737;
	background-position: 5px 5px;
	transition: 0.3s;
	overflow: hidden;
	position: absolute;
	left: 1px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
}
.desktop-menu .search-box input:focus {
	padding-left: 12px;
	background-position: -31px 5px;
	width: 270px;
	left: -171px;
	background-color: rgb(100,100,100);
	box-shadow: 0 0 3px rgba(255,255,255,0.3) inset;
}

.desktop-menu .search-box input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.5);
}
.desktop-menu li.search-box:hover {
	background-color: #282828;
}


.header .mobile-search-menu {
	text-align: right;
	width: calc(100% - 50px);
	box-sizing: border-box;
	list-style: none;
}

.mobile-search-menu .mobile-search-box {
	float: right;
	width: 100%;
	padding: 7px;
	padding-right: 1px;
	margin: 0;
	position: relative;
	height: 49px;
	box-sizing: border-box;
}

.mobile-search-menu .mobile-search-box input {
	height:36px;
	border: 0;
	color: #eeeeee;
	background-color: rgb(55,55,55);
	padding-left: 40px;
	width: 100%;
	background: url(SearchIcon.png) no-repeat #373737;
	background-position: 5px 5px;
	transition: 0.3s;
	overflow: hidden;
	left: 0;
	box-shadow: 1px 1px 5px rgba(0,0,0,1) inset;
	box-sizing: border-box;
}
.mobile-search-menu .mobile-search-box input:focus {
	padding-left: 12px;
	background-position: -30px 5px;
	background-color: rgb(100,100,100);
	box-shadow: 0 0 2px rgba(255,255,255,0.5) inset;
}
.mobile-search-menu .mobile-search-box input::-webkit-input-placeholder {
	color: rgba(255,255,255,0.5);
}

.search-submit {
	display: none;
}

.mobile-menu-container {
	float: right;
	z-index: 2;
}

.mobile-menu-image {
	height: 50px;
	width: 50px;
	float: right;
	clear: both;
	padding: 0;
	opacity: 0.7;
	transition: 0.2s;
}
.mobile-menu {
	display: none;
	position: absolute;
	right: 50px;
	background-color: #ffffff;
	width: calc(100% - 50px);
	box-shadow: 0 0 16px rgba(0,0,0,0.5);
	z-index: 3;
	text-align: left;
}

.mobile-menu > li {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	display: block;
	width: 100%;
	float: left;
	clear: both;
	position: relative;
	color: #282828;
}
.mobile-menu li:hover {
	color: #ffffff;
	background-color: #282828;
}
.mobile-menu > li a {
	text-decoration: none;
	color: inherit;
	display: inline-block;
	width: calc( 100% - 50px);
	padding: 13px;
	box-sizing: border-box;
}
.mobile-menu-container:hover .mobile-menu-image {
	opacity: 1;
}

/* mobile sub-menu icon */
.mobile-menu .menu-item-has-children::after {
	content: '▼';
	font-size: 160%;
	position: absolute;
	right: 8px;
	top: 4px;
	transition: transform 0.5s;
	transform: rotate(0deg);
}
.mobile-menu .open-sub-menu::after {
	transform: rotate(180deg);
}

/* mobile-sub-menu */
.mobile-menu .sub-menu {
	display: none;
}
.mobile-menu .menu-item-has-children .sub-menu {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	list-style: none;
}
.mobile-menu .sub-menu li {
	background-color: #272727;
	color: #eeeeee;
	margin: 0;
	padding: 5px 0 5px 30px;
}
.mobile-menu .sub-menu li a {
	display: inline-block;
	width: 100%;
}
.mobile-menu .sub-menu li:hover {
	color: #272727;
	background-color: #eeeeee;
}
.mobile-menu .open-sub-menu .sub-menu {
	display: inline-block;
}
.mobile-menu .open-sub-menu {
	color: #ffffff;
	background-color: #282828;
}





.show-mobile-menu {
	display: block;
}
.hide-mobile-menu {
	display: none;
}
/* Content Styles */


.page-content h1, .page-content h2, .page-content h3, .ss-sidebar h1, .ss-sidebar h2, .ss-sidebar h3 {
	clear: both;
	color: #222;
	font-weight: bold;
	line-height: 1.5em;
	padding-bottom: .3em;
	padding-top: 15px;
}
.page-content h1 {
	font-size: 26px;
}
.page-content h2 {
	font-size: 22px;
}
.page-content h2 a {
	text-decoration: none;
	color: #222222;
}
.page-content h2 a:hover {
	color: #444444;
}
.page-content h3 {
	font-size: 18px;
}

.footer .widget {
	border: 1px solid rgba(0,0,0,0.1);
	border-width: 1px 0 1px 0;
	margin: auto;
}

.ss-sidebar .widget-box {
	float: left;
	width: 100%;
	padding: 8px;
	box-sizing: border-box;
}

.ss-sidebar .widget-box:nth-child(odd) {
clear: left;
}
.ss-sidebar .widget {
	margin: 8px 0;
	width: 100%;
	box-sizing: border-box;
}

.aspect-ratio {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 51%;
}
.aspect-ratio iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0; top: 0;
	border: 0;
}

.post-edit-link {
	-webkit-appearance: none;
	background-color: #2f69c0;
	border-radius: 3px;
	border: 2px solid #375f9a;
	text-align: center;
	padding: 8px;
	padding-bottom: 6px;
	margin: 16px 0;
	font-size: 16px;
	color: #ffffff !important;
	box-sizing: border-box;
	display: inline-block;
	transition: 0.2s;
	box-shadow: 0 0 2px rgba(0,0,0,0.1);
	text-decoration: none;
}
.post-edit-link:hover {
	box-shadow: 1px 3px 12px rgba(0,0,0,0.3);
	text-decoration: none;
}
/* contact form */

.ccf-form-wrapper input, .ccf-form-wrapper textarea {
	border: 1px solid rgba(0,0,0,0.08);
	background-color: #efefef;
	box-shadow: 1px 2px 4px rgba(0,0,0,0.04) inset;
	border-radius: 3px;
	padding: 8px;
}
.ccf-form-wrapper input {
	height: 30px;
}
.ccf-form-wrapper field-input.textarea {
	padding: 8px;
}

.ccf-form-wrapper .ccf-submit-button {
	border: 1px solid rgba(0,0,0,0.1);
	background-color: #efefef;
	box-shadow: 0px 0px 0px rgba(0,0,0,0.1);
	border-radius: 5px;
	padding: 10px 16px;
	transition: 0.2s;
	box-sizing: border-box;
	height: auto;
}
.ccf-form-wrapper .ccf-submit-button:hover {
	border: 1px solid rgba(0,0,0,0.1);
	box-shadow: 1px 3px 6px rgba(0,0,0,0.08);
	background-color: #f8f8f8;
}



.right-first > * {
	float: right !important;
}
