/*
	Theme Name: VAUXstudios
	Theme URI: http://vauxstudios.com.au
	Description: Silence is Golden!
	Version: 1.4.0
	Author: VAUXstudios
	Author URI: http://vauxstudios.com.au
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */

* {
/*-webkit-transition: all 0.1s ease;
-moz-transition: all 0.1s ease;
-o-transition: all 0.1s ease;
transition: all 0.1s ease;*/
}

*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/* html element 62.5% font-size for REM use */
html {
	font-size:62.5%;
}
body {
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	font-size: 14px;
	color: #898989;
	background: #5e5e5e;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	vertical-align:bottom;
	max-width: 100%;
	height: auto;
}
a {
	color:black;
	text-decoration:none;
	-webkit-transition: all 0.1s ease;
	-moz-transition: all 0.1s ease;
	-o-transition: all 0.1s ease;
	transition: all 0.1s ease;	
}
a:hover {
	color: black;
	text-decoration: underline;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input, textarea {
	padding: 5px;
	background: #fff;
	border-color: #efefef;
	border-width: 2px;
	border-style: solid;
	margin-bottom: 10px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size: 1em;
	color: #666;
	font-family: inherit;
}
input:focus {
	outline:0;
	border:2px solid #04A4CC;
}

/* oembed stuff */

.embed-container { 
	position: relative; 
	padding-bottom: 65.25%;
	height: 0;
	overflow: hidden;
	max-width: 100%;
	height: auto;
} 

.embed-container iframe,
.embed-container object,
.embed-container embed { 
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/*------------------------------------*\
    LOADING STUFF
\*------------------------------------*/
.page-home .flexslider.loading .slides {opacity: 0;}

.loading:before  { 
	content: 'LOADING'; 
	display: block; 
	margin: 2em 0; 
	text-align: center; 
	color: #000; 
	font-weight: bold; 
	font-size: 60px; 
	opacity: 0.3; 
}


/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/


/* h1,h2,h3 etc */
h1, h2, h3, h4 {
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin: 0;
}

h1 {
	font-size: 36px;
}

strong {
	color: #414141;
}


/* formatting */
.centered {
	text-align: center;
}

/* global */
.container__100 {
	width: 90%;
	margin: 0 auto;
	max-width: 1008px;
}

.container__50 {
	width: 49%;
}

.left {
	float: left;
}

.right {
	float: right;
}

.content__wrapper {
	background-color: #e9e9e9;
}

/* wrapper */


/*------------------------------------*\
    HEADER
\*------------------------------------*/
/* utility */
.utility__wrapper  {
	background-color: #FFF;
	padding: 10px 0;
}

.utility__wrapper .container__100 .logo {
	float: left;
	width: 200px;
}

.utility__wrapper .container__100 .nav {
	float: right;
	margin-top: 20px;
}


/* nav */

ul#main__nav {
	font-family: Arial, "Lucida Grande", sans-serif; 
	font-style: normal;
	font-weight: bold;
	font-size: 14px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}

ul#main__nav > li {
	display: inline-block;
	margin: 0 18px;
	position: relative;
	padding: 10px 0;
}

ul#main__nav > li > a {
	color: #88888f;
	text-decoration: none;
	padding: 2px 0px;
}

ul#main__nav > li > a:hover {
	color: #333;
	border-bottom: 2px solid #59b42d;
}

ul#main__nav > li:first-child {
	margin-left: 0;
}

ul#main__nav > li:last-child {
	margin-right: 0;
}

ul#main__nav > li.current-menu-item > a, ul#mainNav > li.current_page_parent > a {
	border-bottom: 2px solid #59b42d;
}


/* mobile menu */
.menu__mobile {
	display: none;
	padding: 10px;
}

.menu__mobile select {
	background: #fff url('img/select_bg.png') no-repeat right 4px;
	background-size: 48px 46px;
}

.menu__mobile select {
	-moz-appearance:none;
	width: 100%;
	padding: 18px 10px;
	font-size: 14px;
	-webkit-appearance: none;
	border: none;
	height: 56px;
	border: 2px solid #59b42d;
	-webkit-border-radius: 1.5px;
	-moz-border-radius: 1.5px;
	border-radius: 1.5px;
	text-indent: 0.01px;
	text-overflow: '';
}

@-moz-document url-prefix() {
.css-select-moz{
	background: #fff url('img/select_bg.png') no-repeat right 4px;
	background-size: 48px 46px;
  }
} 

/* footer */

.connect__wrapper {
	background-color: #303030;
	padding: 10px 0;
	font-size: 13px;
	color: #c0c5c5;
}

.connect__wrapper h2 {
	color: #FFF;
	font-size: 19px;
	margin-bottom: 10px;
}

/* latest news */

.connect__wrapper .section__news {
	width: 425px;
	float: left;
	margin-right: 30px;
}

.connect__wrapper .section__news article {
	padding-bottom: 10px;
}

.connect__wrapper .section__news article h3 {
	font-family: Arial, "Lucida Grande", sans-serif; 
	font-weight: normal;
	font-size: 15px;
}

.connect__wrapper .section__news article h3 a {
	color: #59b42d;
}

.connect__wrapper .section__news article h3 span.date {
	color: #c0c5c5;
	font-size: 11px;
}

/* contact */
.connect__wrapper .section__contact {
	width: 200px;
	float: left;
	margin-right: 30px;
}

.connect__wrapper .section__contact i {
	padding-right: 5px;
	width: 15px;
}

.connect__wrapper .section__contact .line__break {
	padding-bottom: 5px;
}

/* social */
.connect__wrapper .section__social {
	width: 175px;
	float: left;
}

.connect__wrapper .section__social i {
	font-size: 24px;
	margin-right: 5px;
}

/* creditation */

.connect__wrapper .section__creditation {
	float: right;
}

/* copyright */
.footer__copyright {
	font-size: 11px;
	color: #e0e0e0;
	text-align: center;
	padding: 10px 0;
}

/* modules */
.modules__wrapper {
	padding-bottom: 10px;
}

.modules__wrapper ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.modules__wrapper ul li {
	float: left;
	width: 24%;
	margin-right: 1.33%;
}

.modules__wrapper ul li img {
	width: 100%;
	height: auto;
}

.modules__wrapper ul li:last-child {
	margin-right: 0;
}

.modules__wrapper ul li h3 {
	font-size: 20px;
	font-weight: 400;
	color: #242121;
	text-align: center;
	margin-top: 5px;
}

.modules__wrapper ul li h3 a:hover {
    color: #59b42d;
    text-decoration: none;
}

.modules__wrapper ul li .class__content p {
	font-size: 13px;
	color: #676767;
	text-align: center;
	margin: 0;
}

.modules__wrapper ul li .figure__wrapper {
	position: relative;
}

.modules__wrapper ul li figure {
	opacity: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	z-index: 4000;
	transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -webkit-transition: opacity .25s ease-in-out;;
}

.modules__wrapper ul li:hover figure {
	opacity: 1;
}

.modules__wrapper ul li figure h3 {
	font-size: 56px;
	text-align: center;
	color: #FFF;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -36px;
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
/* global */
.flexslider .shadow {
	height: 8px;
	width: 100%;
	background-color: rgba(255, 255, 255, 0.4);
	position: absolute;
	top: 0;
	z-index: 9999;
	opacity: 0.7;
	-webkit-box-shadow: 0px 2px 6px #333;
	-moz-box-shadow: 0px 2px 6px #333;
	box-shadow: 0px 2px 6px #333;
}

.flexslider .call_to_action {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 20px;
	font-size: 38px;
	position: absolute;
	top: 33%;
	left: 19%;
	z-index: 9999;
	color: #FFF;
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
}

.flexslider .call_to_action span.green {
	color: #59b42d;
}

.page section.container__100 {
	background-color: #FFF;
}

.page section {
	padding: 20px;
	margin-bottom: 10px;
}

/* home */
.page-home section ul {
	background-color: #eaeaea;
	padding: 5px;
	margin: 0
}

.page-home section ul li {
	margin-left: 1.5em;
}

.page-home section.payment__methods {
	text-align: center;
}

.page-home section.payment__methods span.title {
	font-family: 'Droid Sans', sans-serif;
	font-weight: bold;
	margin: 0;
	font-size: 1.5em;
	line-height: 2em;
}

.page-home section.payment__methods span {
	padding: 0 5px;
}

/* contact */

.page-contact .contact__details h2, .page-contact .social__links h2  {
	margin: 10px 0;
}

.page-contact .contact__details i {
	width: 14px;
	margin-right: 5px;
}

.page-contact .social__links i {
	font-size: 24px;
	margin-right: 5px;
}

.page-contact .line__break {
	padding-bottom: 5px;
}

.page-contact .embed-container {
	padding-bottom: 87.25%;
}

/*------------------------------------*\
    SUGGESTED
\*------------------------------------*/


/*------------------------------------*\
    BUTTONS
\*------------------------------------*/
a.button,
a.comment-reply-link,
#commentform #submit,
.submit,
input[type=submit],
input.button,
button.button, .button {
  display: inline-block;
  padding: .327em 1em;
  color: white!important;
  text-align: center;
  border: none;
  text-decoration: none;
  /* Make inputs the same size as normal text */

  font-family: inherit;
  /* Make inputs use the correct typeface instead of the browser default */

  cursor: pointer;
  /* Inputs need pointers! */

  overflow: visible;
  width: auto;
  /* IE fix */

  line-height: 1.618em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  background: #333333;
  font-weight: 200;
  text-transform: uppercase;
  box-shadow: 0 0 0 0 #888888;
  -webkit-box-shadow: 0 0 0 0 #888888;
  -moz-box-shadow: 0 0 0 0 #888888;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-shadow: none;
  -webkit-appearance: caret;
  /* Remove input shadowing on iOS */

  -moz-appearance: caret;
  /* mobile firefox too! */
  
   font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;

}
a.button:hover,
a.comment-reply-link:hover,
#commentform #submit:hover,
.submit:hover,
input[type=submit]:hover,
input.button:hover,
button.button:hover,
#wrapper .woo-sc-button:hover {
  text-decoration: none;
  background: #59b42d;
}
a.button:active,
a.comment-reply-link:active,
#commentform #submit:active,
.submit:active,
input[type=submit]:active,
input.button:active,
button.button:active,
#wrapper .woo-sc-button:active {
  border-color: #000000;
  box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 7px 0 rgba(0, 0, 0, 0.3);
}
a.button.small,
a.comment-reply-link.small,
#commentform #submit.small,
.submit.small,
input[type=submit].small,
input.button.small,
button.button.small,
#wrapper .woo-sc-button.small {
  font-size: .6em;
  letter-spacing: 1px;
}
a.button.large,
a.comment-reply-link.large,
#commentform #submit.large,
.submit.large,
input[type=submit].large,
input.button.large,
button.button.large,
#wrapper .woo-sc-button.large {
  font-size: 1.4em;
}
a.button.xl,
a.comment-reply-link.xl,
#commentform #submit.xl,
.submit.xl,
input[type=submit].xl,
input.button.xl,
button.button.xl,
#wrapper .woo-sc-button.xl {
  font-size: 2em;
}



/*------------------------------------*\
    TABLES
\*------------------------------------*/
.entry table {
  border-spacing: 0;
  width: 100%;
  border: 1px solid #eee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0 1px 2px 0 #ffffff;
  -webkit-box-shadow: 0 1px 2px 0 #ffffff;
  -moz-box-shadow: 0 1px 2px 0 #ffffff;
  border-collapse: separate;
  margin-bottom: 1.5em;
}
.entry table td,
.entry table th {
  padding: .857em 1.387em;
  text-align: left;
  border-right: 1px dotted #eee;
  vertical-align: top;
}
.entry table td p:last-child,
.entry table th p:last-child {
  margin-bottom: 0;
}
.entry table thead th {
  background: #fafafa;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  text-transform: uppercase;
  padding: 1.387em;
  vertical-align: middle;
}
.entry table thead th:first-child {
  -webkit-border-top-left-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.entry table thead th:last-child {
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-bottomright: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.entry table tr th:last-child,
.entry table tr td:last-child {
  border-right: 0;
}
.entry table tbody th {
  background: #fafafa;
  border-bottom: 1px solid #eee;
}
.entry table tbody td {
  border-bottom: 1px solid #eee;
}
.entry table tbody h2 {
  font-size: 1em;
  letter-spacing: normal;
  font-weight: normal;
}
.entry table tbody h2 a {
  font-weight: normal;
}
.entry table tbody tr:last-child td:first-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.entry table tbody tr:last-child td:last-child {
  -webkit-border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -moz-border-radius-bottomright: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  -webkit-border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0;
  -moz-border-radius-bottomleft: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.entry table tbody tr:last-child td {
  border-bottom: 0;
}
.entry table tbody tr:last-child th {
  border-bottom: 0;
}

@media only screen and (max-width: 767px) {
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (min-width:320px) {

}
@media only screen and (max-width:480px) {

}

@media only screen and (max-width:767px) {
	.container__50 {
		width: 100%;
		float: none;
	}
	
	.flexslider .call_to_action {
		display: none;
	}
	
	.page-contact .contact__details, .page-contact .social__links {
		text-align: center;
	}
	
	.modules__wrapper ul li {
		float: left;
		width: 48%;
		margin: 1% 1%;
	}
	
	.connect__wrapper .container__100 > div {
		width: 100%;
		float: none;
		text-align: center;
	}
	
	.connect__wrapper .container__100 .section__social, .connect__wrapper .container__100 .section__creditation {
		display: none;
	}
	
	.utility__wrapper .container__100 .logo {
		float: none;
		width: 70%;
		margin: 0 auto;
		text-align: center;
	}
	
	.utility__wrapper .container__100 .nav {
		display: none;
	}
	
	.menu__mobile {
		display: block;
	}
}

@media only screen and (max-width:961px) {
	
}


@media only screen and (max-width:1008px) and (min-width:768px) {
	.container__100 {
		margin-left: auto;
		margin-right: auto;
		width: 768px;
	}
}

@media only screen and (min-width:1024px) {

}

@media only screen and (min-width:1140px) {

}

@media only screen and (min-width:1280px) {

}


/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-webkit-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
::-moz-selection {
	background:#04A4CC;
	color:#FFF;
	text-shadow:none;
}
   
/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
   
.alignnone {
	margin:0 0 5px 0;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:0 0 5px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {
	
}
.bypostauthor {
	
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
	* {
		background:transparent !important;
		color:#000 !important;
		box-shadow:none !important;
		text-shadow:none !important;
	}
	a,
	a:visited {
		text-decoration:underline;
	}
	a[href]:after {
		content:" (" attr(href) ")";
	}
	abbr[title]:after {
		content:" (" attr(title) ")";
	}
	.ir a:after,
	a[href^="javascript:"]:after,
	a[href^="#"]:after {
		content:"";
	}
	pre,blockquote {
		border:1px solid #999;
		page-break-inside:avoid;
	}
	thead {
		display:table-header-group;
	}
	tr,img {
		page-break-inside:avoid;
	}
	img {
		max-width:100% !important;
	}
	@page {
		margin:0.5cm;
	}
	p,
	h2,
	h3 {
		orphans:3;
		widows:3;
	}
	h2,
	h3 {
		page-break-after:avoid;
	}
}