/*
Theme Name: AussieTrax
Author: Synchromedia Group
Author URI: https://www.smg.com.au/
Text Domain: twentysixteen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/



/**
 * 1.0 - Normalize
 *
 * Normalizing styles have been helped along thanks to the fine work of
 * Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
 */

html {
	font-family: 'Asap',sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	font-size: 16px; 
	line-height: 1.8;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	color: #2CA39F;
	font-weight: 500;
	 -webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in;
	background-color: transparent;
}
a:hover{  }

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: 700;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

code,
kbd,
pre,
samp {
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

select {
	text-transform: none;
}

button {
	overflow: visible;
}

button,
input,
select,
textarea {
	max-width: 100%;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
	opacity: .5;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input[type="checkbox"],
input[type="radio"] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin-right: 0.4375em;
	padding: 0;
}

input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button,
input[type="time"]::-webkit-inner-spin-button,
input[type="time"]::-webkit-outer-spin-button,
input[type="datetime-local"]::-webkit-inner-spin-button,
input[type="datetime-local"]::-webkit-outer-spin-button,
input[type="week"]::-webkit-inner-spin-button,
input[type="week"]::-webkit-outer-spin-button,
input[type="month"]::-webkit-inner-spin-button,
input[type="month"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #d1d1d1;
	margin: 0 0 1.75em;
	min-width: inherit;
	padding: 0.875em;
}

fieldset > :last-child {
	margin-bottom: 0;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

optgroup {
	font-weight: bold;
}

html {
  box-sizing: border-box;
}
*, *:before, *:after {
  box-sizing: inherit;
}
#header{ z-index: 9999; background: url(images/topback.png) repeat-x; position: absolute; width: 100%;}
#header:after {
    content: '';
    display: block;
    clear: both;
}
#head{ float: left; }
#phone{ text-decoration: none; position: absolute; z-index: 9999;    text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.64);  top: 130px; margin-left: 30px; color: #fff200; font-weight: 700; font-size: 24px; }
#phone a{ text-decoration:none; color: #fff200; }
#site-navigation{ float: right; margin-right: 5px; }
#site-navigation ul{ margin: 0px; padding: 0px; margin-top: 7px;}
#site-navigation ul li{ list-style: none; display: inline-block;  }
#site-navigation ul li a{ text-decoration: none; text-transform: uppercase; display: inline-block; font-size: 16px;  border-radius: 10px; padding: 0px 12px; line-height: 60px; font-weight: 700; font-style: italic; color: #003015; }

#site-navigation ul li.current-menu-item > a{ background: #fff200; color: #003015;  }
#site-navigation ul li a:hover{ background: #2CA39F; color: #FFF; box-shadow: 0 1px 6px rgba(0,0,0,0.06), 0 1px 6px rgba(0,0,0,0.13);
 }


#site-navigation ul li ul.sub-menu								{ position:absolute; margin:0; padding:0; background:#003015; display:none; z-index:99; overflow:hidden; border:none; border-radius: 10px; box-shadow: 0 1px 6px rgba(0,0,0,0.06), 0 1px 6px rgba(0,0,0,0.13); }
#site-navigation ul li ul.sub-menu li							{ display:block; margin:0; padding:0; width:350px;}
#site-navigation ul li ul.sub-menu li a							{ color: #fff200; border-radius: 0px; text-transform: initial; font-style: normal; margin:0; padding:5px 10px; font-size:15px; font-weight:normal; border-bottom: 1px solid #225b3f; line-height:34px; display:block; }
#site-navigation ul li ul.sub-menu li a:hover,
#site-navigation ul li ul.sub-menu li.current-menu-item > a		{ background-color:#2CA39F; color:#fff; border-radius:0;  }

#banner{ height:500px; background: #173D2A; }
#banner{ width: 100%; z-index: 999; padding-top: 150px;  color: #FFF; text-align: center;     position: relative;    padding-top: 85px;}
.home #banner .wrap{ max-width: 700px; padding-bottom: 60px;}
.wrap{ max-width: 1200px; margin: 0px auto; }
.home #banner{ position: absolute; padding-top: 180px; background: -moz-linear-gradient(top, rgba(0,0,0,0.79) 0%, rgba(0,0,0,0) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0.79) 0%,rgba(0,0,0,0) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0.79) 0%,rgba(0,0,0,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9000000', endColorstr='#00000000',GradientType=0 );}

#banner h1{ font-size: 50px;  line-height: 1.2; text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.64); }
#banner h2{  text-shadow: 2px 2px 6px rgba(0, 0, 0, 0.64); color: #FFF; }
h1,h2,h3,h4,h5,p{ margin: 0px; padding: 0px; margin-bottom: 20px; }
h1{ font-size: 35px; line-height: 42px; font-weight: 700; color: #fff; }
h2{ font-size: 26px; line-height: 32px; font-weight: 500; color: #003015; }
h3{ font-size: 1.2em; color: #003015;}
.entry-content{ padding: 30px; }

.entry-header{ position: absolute; width: 100%;
    bottom: 0px; margin-top: 200px;
	padding-top: 30px;
    padding-bottom: 10px; background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 ); }

a.button{     display: inline-block; border-radius: 8px; text-decoration: none;  box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); padding: 15px 20px; background: #fff200;  color: #003015; font-weight: 700; font-size: 20px;}
a.button.green{ background: #003015; color: #fff200; }
a.button:hover{ background: #2CA39F; color: #FFF; }
.buttons{ margin: 0px auto; padding: 30px 0px; padding-top: 100px; }
a.button.green { margin-right: 20px; }

.woocommerce div.product form.cart .variations td, .woocommerce div.product form.cart .variations th{ text-align: left !important; }

#banner{ height:500px; background: #173D2A; }
#homeblocks{ display: flex; flex-wrap: wrap; justify-content: space-between; margin-bottom: 30px; }
#homeblocks .block{ flex: 0 0 31%; position: relative; margin-bottom: 30px;  border-radius: 10px; overflow:hidden !important; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);}
#homeblocks .block img{ display: block; width: 100%; height: auto; transform: scale(1.05); }
#homeblocks .block span{  z-index: 99999; padding: 15px; top: 0px; position: absolute; color: #FFF; font-weight: 400; background: rgba(0,48,21,0.9); }
#homeblocks .block a span{  -webkit-transition: all 0.2s ease-in;
transition: all 0.2s ease-in; }
#homeblocks .block a:hover span{background: #2CA39F;  color: #FFF; padding: 15px 18px;  }

#homeblocks .block a img{  }
#homeblocks .block a:hover img{ transform: scale(1.1); }
table{ border-collapse: collapse; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); margin-bottom: 30px;}
.table td,.table th{ padding: 10px; text-align: left; border-bottom: 1px solid #CCC; background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,218,54,0.13) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,218,54,0.13) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,218,54,0.13) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#21f1da36',GradientType=0 );}

.table th{ background:#003015; color: #fff200; text-align: left !important; }


.summary p.price{ display: none;  } 

.woocommerce table{ box-shadow: none; }
.woocommerce td{ background: none; border: 0px;  }
table.wccpf_fields_table td{ width: 50%;  }
table.wccpf_fields_table td.wccpf_label label{ font-weight: 700; width: auto !important; }
.woocommerce div.product form.cart .variations td.label{ width: 50%;  }
table.wccpf_fields_table td.wccpf_value input[type=text], table.wccpf_fields_table td.wccpf_value input[type=number], table.wccpf_fields_table td.wccpf_value input[type=email], table.wccpf_fields_table td.wccpf_value input[type=password], table.wccpf_fields_table td.wccpf_value textarea, table.wccpf_fields_table td.wccpf_value select{ border-color: initial !important; padding: auto; }

table.wccpf_fields_table td{ padding: 10px 0px !important; }

.woocommerce div.product form.cart .variations select{ padding: 5px; }

section.related{ clear:both; }

.page-id-292 #banner, .woocommerce-page #banner{ height: 250px;  }

.product_meta{ display: none !important; }
.single-product:after {
  content: "";
  display: table;
  clear: both;
}

.wc-deposits-forced{ display: none !important; }

#video{ background: url(images/video-back.jpg) no-repeat center center fixed; background-size: cover;height: 500px; }
#footer{ min-height: 500px; }
#footer .wrap{  display: flex; flex-wrap: wrap; justify-content: space-between; }
#footer .foot{ flex: 0 0 24%; padding-top: 30px; }

#footer .foot ul{ margin: 0px; padding: 0px;list-style: none; }
#footer .foot ul ul{ margin-left: 25px; }
#footer .foot ul li a{ text-decoration: none; list-style: none; padding: 5px 10px; display: block; border-radius: 10px; }
#footer .foot ul li a:hover{ background: #2CA39F; color: #FFF; }

img.alignright {float:right; margin:0 0 2em 2em; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); max-width: 50%;}
img.alignleft {float:left; margin:0 2em 2em 0; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);max-width: 50%;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);}
a img.alignright {float:right; margin:0 0 2em 2em}
a img.alignleft {float:left; margin:0 2em 2em 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

.noshadow{ box-shadow: none !important; }

dd,dt{ margin: 0px; padding: 0px; }
dd{ margin-bottom: 10px; }

.one_half{ width: 46%; margin-right: 4%; }
.one_third{ width: 32%; margin-right: 2%; }
.last_column{ margin-right: 0; }

span.wpcf7-list-item{ display: block !important; }

img{ max-width: 100%; height: auto; }


#video .wrap{ max-width: 700px; padding-top: 50px;   }
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */

	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	 box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}
input[type="text"], input[type="email"], textarea{ width: 100%; padding: 6px; }
.wpcf7{ padding: 30px !important; border: 1px solid #EEE; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);  background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(241,218,54,0.13) 100%);
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(241,218,54,0.13) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(241,218,54,0.13) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#21f1da36',GradientType=0 ); }

.woocommerce ul.products li.product .woocommerce-loop-category__title, .woocommerce ul.products li.product .woocommerce-loop-product__title, .woocommerce ul.products li.product h3{ font-size: 1.3em; }

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button{ background: #2CA39F !important; color: #FFF !important; }


a p.description{ color: #000; font-weight: 400; }

.slicknav_nav li a{ text-transform: uppercase; }

@media only screen and (max-width: 1140px) {	
	#site-navigation ul li a{ font-size: 15px; padding: 0px 10px;}
	#site-navigation ul li.menu-item-17 a{ display: none; }
}
@media only screen and (max-width: 990px) {	
	#site-navigation ul li a{ font-size: 14px; padding: 0px 8px;}
	#homeblocks .block{ flex: 0 0 48%; }
	#footer .foot{ flex: 0 0 48%; text-align: center;}

}
@media only screen and (max-width: 925px) {	
	.n2_clear{padding-top: 70px !important;}
	#phone{  right: 10px; top: 15px; text-shadow: none; color: #003015;}
	#phone a{ color: #003015; }

}
@media only screen and (max-width: 767px) {
	#banner h1{ font-size: 35px; padding: 0px 10px; }
	#banner h2{ font-size: 18px; padding: 0px 10px; line-height: 1.4; }
	#logo{     margin-left: -20px;  }
	.entry-content{ padding: 20px; }
	.buttons{ padding-top: 0px; }
	.home #banner{ padding-top: 140px;  }
	#homeblocks .block span{ padding: 10px; }
	#homeblocks .block a:hover span{background: #2CA39F;  color: #FFF; padding: 10px; }

}
@media only screen and (max-width: 650px) {
	html{     line-height: 1.7; }
.full_width, .one_half, .one_third, .two_third, .one_fourth, .three_fourth, .one_fifth, .two_fifth, .three_fifth, .four_fifth, .one_sixth, .five_sixth {
    clear: both;
    width: 100%;
    margin-left: 0;
    margin-right: 0; }
	#homeblocks .block{ flex: 0 0 100%; }
	#footer .foot{ flex: 0 0 100%; text-align: center;}
	a.button{ padding: 10px 15px;  }
	.buttons .green{ margin-right: 0px; }
}
@media only screen and (max-width: 500px) {	
	#banner h1{ font-size: 9vw; line-height: 1;}
img.alignright {float:right; margin:0 0 2em 2em; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23); max-width: 100%;}
img.alignleft {float:left; margin:0 2em 2em 0; box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);max-width: 100%;}
}

