/*
Theme Name: MyNext Custom Website
Theme URI: http://www.mynext.com.au/
Description: Custom theme built for your website.
Author:MyNext Pty Ltd
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: custom-theme
*/

body {
	//background-color: #231f20;
	background-color: #000000;
	font-family: 'Jura', sans-serif;
	color: #fbfbfb;
}
img {
	max-width: 100%;
}
h1, h2, h3 {
	color: #fbfbfb;
	line-height: 1.6em;
	margin: 10px 0 10px;
}
p {
	font-size: 1.2em;
	line-height: 1.4em;
	margin-bottom: 20px;
}
a, a:hover, a:visited {
	color: #387d5f;
	text-decoration: none;
}
.footer-text a, .footer-text a:hover, .footer-text a:visited {
	color: #fbfbfb;
}

/* -----------------------------------   Menu   ------------------------------------------ */

#access {
	display: block;
	width: 100%;
	height: 38px;
	margin: 50px 0 0 10px;
}
#access .menu-header,  div.menu {
	font-size: 1.2em;
	width: 100%;
}
#access .menu-header ul,  div.menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#access .menu-header li,  div.menu li {
	float: left;
	position: relative;
	margin: 0 10px 0 0;
}
#access a {
	color: #fbfbfb;
	display: block;
	line-height: 38px;
	padding: 0 15px;
	text-decoration: none;
}
#access ul ul {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
	top: 38px;
	left: 0;
	float: left;
	width: 240px;
	z-index: 99999;
}
#access ul ul li {
	min-width: 240px;
}
#access ul ul a {
	background: #e2e2e2;
	line-height: 1em;
	padding: 10px;
	width: 240px;
	height: auto;
}
#access ul ul ul {
	box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	position: absolute;
	top: 0;
	left: 160px;
	float: left;
	width: 220px;
	z-index: 99999;
}
#access ul ul ul li {
	min-width: 240px;
}
#access ul ul ul a {
	background: #e2e2e2;
	line-height: 1em;
	padding: 10px;
	width: 220px;
	height: auto;
}
#access li:hover > a,  #access ul ul :hover > a,  #access ul ul ul :hover > a {
	background: #ffffff;
	color: #25283c;
}
#access ul li:hover > ul {
	display: block;
}
#access ul li.current_page_item > a,  #access ul li.current-menu-ancestor > a,  #access ul li.current-menu-item > a,  #access ul li.current-menu-parent > a {
	background: #e2e2e2;
	color: #1a3459;
}
#access ul ul li.current_page_item > a,  #access ul ul li.current-menu-ancestor > a,  #access ul ul li.current-menu-item > a,  #access ul ul li.current-menu-parent > a,  #access ul ul ul li.current_page_item > a,  #access ul ul ul li.current-menu-ancestor > a,  #access ul ul ul li.current-menu-item > a,  #access ul ul ul li.current-menu-parent > a {
	background: #fff;
	color: #1a3459;
}
* html #access ul li.current_page_item a,  * html #access ul li.current-menu-ancestor a,  * html #access ul li.current-menu-item a,  * html #access ul li.current-menu-parent a,  * html #access ul li a:hover {
	background: #fbfbfb;
	color: #231f20;
}
#mobile-menu {
	margin: -170px 0 0 0;
}

#logo {
    position: relative;
    float: right;
}
#header-slider-holder {
	z-index: 99;
	margin-top: -260px;
}
.row {
	max-width: 92%;
	clear: both;
}
.row .row {
	max-width: 100%;
	clear: both;
}
.footer-text {
	text-align: center; 
	margin: 15px 0; 
}
.btn-default {
    font-weight: bold;
    font-size: 15px;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
@media (max-width: 768px) { 
	#logo {
	    margin-right: -50px;
	}
	#access {
		width: 65%;
		float: left;
		margin: -230px 0 0 45px;
	}
	#header-slider-holder {
		margin-top: 25px;
	}
	.row {
		max-width: 100%;
		clear: both;
		margin-left: 0;
		margin-right: 0;
	}
	div.menu li {
		margin-bottom: 12px;
	}
}