/*
Theme Name: Last Wave Gladstone
Theme URL: http://www.lastwave.net.au/
Author: Adz Power Agencies
Author URI: http://www.adzpower.com.au

*/

.header-inner, .main-inner, td, .contact-inner, .contact-half ul li, .privacy, .footer-inner, nav, .page table img, form p, input, textarea{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

.clear {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}


/************************
-=GENERAL
************************/	

body, html {
	font-family: 'Montserrat', sans-serif;
}

h1 {
	color:#0790ce; /* Select h1 color */
	font-size: 40px;
	font-weight:700;
	padding-top:20px;
	text-transform:uppercase;
}

h2 {
	color:#0790ce; /* Select h2 color */
	font-size: 24px;
	font-weight:700;
	padding-top:15px;
	text-transform:uppercase;
}

h3 {
	color:#816c5b; /* Select h3 color */
	font-size: 20px;
	font-weight:700;
	padding-top:15px;
	text-transform:capitalize;
}

h5 {
	color:#0790ce; /* Select h1 color */
	font-size: 18px;
	font-weight:700;
	padding-top:15px;
	text-transform:uppercase;
}

img {
	border: none;
	padding: 0;
}

img a {
	border: none;
}

img.left {
	float: left;
	border: none;
	padding: 6px 0 0 0;
}

img.right {
	float: right;
	border: none;
	padding: 0 0 0 6px;
}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

a {
	text-decoration: none;
}

.header-logo, nav ul li, main, #contact-inner, footer{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

/************************
-=HEADER
************************/

header {
	width:100%;
	background:url(images/header-bg.jpg) center no-repeat;
	background-size:cover;
	position:relative;
	overflow:visible;
	
}

.header-inner {
	width:100%;
	max-width:1150px;
	margin: 0 auto; 
	position:relative;
	z-index:100;
	padding:0 15px;
	text-align:center;
}

.logo {
	width:285px;
	height:auto;
	float:left;
	padding:10px 0;
}

.rslides, .rslides li{
	background:white;
	border-top-left-radius:15px;
	border-bottom-right-radius:15px;
	border-bottom-left-radius:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-bottomright:15px;
	-moz-border-radius-bottomleft:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-bottom-right-radius:15px;
	-webkit-border-bottom-left-radius:15px;
	overflow:hidden;
 }
 
@media all and (max-width: 970px) and  (min-width: 700px) {

.rslides, .rslides li{
	border-top-left-radius:0;
	-moz-border-radius-topleft:0;
	-webkit-border-top-left-radius:0;
}
 
}
 
@media all and (max-width: 700px) {

.metaslider{
	display:none;
}

header {
	padding-bottom:20px;
}

.logo {
	width:100%;
	max-width:285px;
	float:none;
	padding:15px 0;
}

}

/************************
-=MENU
************************/
@media all and (min-width: 700px) {

nav{
	background:url(images/menu-bg.jpg) repeat-x bottom;
	float:right;
	padding:0 5px;
	margin-top:106px;
	height: 50px;
	position:relative;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;	
	border-top-left-radius:15px;
	border-top-right-radius:15px;
	-moz-border-radius-topleft:15px;
	-moz-border-radius-topright:15px;
	-webkit-border-top-left-radius:15px;
	-webkit-border-top-right-radius:15px;
}

nav ul{
	list-style-type: none;
}
		
nav ul li{
	display:inline-block;
	margin-left:-2px;
	text-transform: uppercase;
}

nav ul li a{
	color: #FFF; /* --- Select color for menu text --- */
	display:block;
	font-size: 12px;
	font-weight:500;
	line-height: 50px;
	padding:0 10px;	
}

nav ul li a:hover{
	opacity:0.8;
}

}

@media all and (max-width: 970px) and  (min-width: 700px) {
	
nav{
	margin-top:15px;
	width:100%;
}

nav ul{
	text-align:center;
	width:100%;
}

}

/************************
	CONTENT
************************/

main {
	background-color: #FFF; /* Select content background color */
	width: 100%;
	margin-top:-75px;
	padding:95px 0 15px 0;
	position: relative;
	display:block;
}

.main-inner{
	width:100%;
	max-width:1150px;
	margin:0 auto;
	padding:0 15px 25px 15px;
}

.page table{
	width:100%;
}

.page table img{
	width:11.11%;
	height:auto;
	display:inline-block;
	margin-left:-4px;
	padding:10px;
}

@media all and (max-width: 900px) {

.page table img{
	width:16.66%;
}

}

@media all and (max-width: 750px) {

.page table img{
	width:20%;
}

}

@media all and (max-width: 620px) {

.page table img{
	width:25%;
}

}

@media all and (max-width: 500px) {

.page table img{
	width:33.33%;
}

}

.page table{
	margin:15px 0;
	text-align:center;
}

.home .main-inner table{
	width:100%;
	margin:0;
}

.home .main-inner table:first-child td{
	width:50%;
}

.home .main-inner table:first-child td:first-child{
	padding-right:6px;
}

.home .main-inner table:first-child td:last-child{
	padding-left:6px;
}

.home .main-inner table:nth-child(2){
	padding-top:7px;
	padding-bottom:10px;
}

.home .main-inner table:nth-child(2) td{
	width:33.33%;
}

.home .main-inner table:nth-child(2) td:first-child{
	padding-right:8px;
}

.home .main-inner table:nth-child(2) td:nth-child(2){
	padding:0 4px;
}

.home .main-inner table:nth-child(2) td:last-child{
	padding-left:8px;
}

.home td img{
	width:100%;
	height:auto;
	padding:0;
}

.home td img:hover{
	opacity:0.8;
}

main ul{
	list-style-type:disc;
	list-style-position:inside;
	padding-bottom:15px;
}

main p, main li {
	color:#777878; /* Select font color */
	padding-top:15px;
	font-size: 13px;
	line-height:150%;
	font-weight:normal;
}

main li{
	padding-bottom:3px;
}



 @media all and (max-width: 700px) {

 main {
	margin-top:0;
	padding:25px 0 15px 0;
}

}

@media all and (max-width: 600px) {

.main-inner table:first-child td{
	width:100%;
	float:left;
	padding-bottom:15px;
}

.main-inner table:first-child td:first-child{
	padding-right:0;
}

.main-inner table:first-child td:last-child{
	padding-left:0;
}

.main-inner table:nth-child(2){
	padding:0;
}

.main-inner table:nth-child(2) td{
	width:100%;
	float:left;
	padding-bottom:15px;
}

.main-inner table:nth-child(2) td:first-child{
	padding-right:0;
}

.main-inner table:nth-child(2) td:nth-child(2){
	padding:0;
	padding-bottom:15px;
}

.main-inner table:nth-child(2) td:last-child{
	padding-left:0;
}

}

/* * * 5.1 Contact Form * * */

form{
	background:#E5E5E5;
	padding:10px 0;
}

form p{
	width:50%;
	float:left;
	padding:5px 15px 0 15px;
	position:relative;
}

form p:nth-child(even){
	clear:both;
}

form .last{
	float:right;
}

input{
	width:100%;
	padding:3px;
	margin-top:3px;
	font-family: 'Montserrat', sans-serif;
}

input[type=submit]{
	width:225px;
	float:right;
	border:none;
	padding:5px;
	margin-top:20px;
	background:url(images/menu-bg.jpg) bottom;
	color:white;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

input[type=submit]:hover{
	cursor:pointer;
	opacity:0.8;
}

textarea{
	width:100%;
	height:76px;
	font-family: 'Montserrat', sans-serif;
	padding:3px;
}

.g-recaptcha{
	position:relative;
	float:left;
	margin-left:15px;
	margin-top:21px;
}

.wpcf7-response-output{
	height:0;
	width:0;
	overflow:hidden;
	display:none;
	border:none;
	position:absolute;
	bottom:0;
	z-index:-999;
}

@media all and (max-width: 700px) {

form{
	padding:10px 0 0 0;
}

form p{
	width:100%;
}

input[type=submit]{
	width:100%;
}

textarea{
	height:50px;
}

.g-recaptcha{
	margin-top:15px;
}
	
}

@media screen and (max-width: 450px){
#rc-imageselect, .g-recaptcha {transform:scale(0.77);-webkit-transform:scale(0.77);transform-origin:0 0;-webkit-transform-origin:0 0;}}

/************************
	FOOTER
************************/

footer{
	background:#464646; /* Select top footer background colour */
	width:100%;
	padding:20px 0 5px 0;
}

footer a{
	color:white;
}

.footer-inner{
	width: 100%;
	max-width:1150px;
	margin: 0 auto;
	padding:20px;
	border-top:2px solid #0790ce;
	border-bottom:2px solid #0790ce;
}

.contact-half{
	width:50%;
	float:left;
}

.contact-half h2{
	padding-top:0;
	font-size:18px;
}

.contact-half ul{
	width:100%;
	padding:10px 0 15px 0;
}

.contact-half ul li{
	float:left;
	width:33%;
	font-size:12px;
	color:white;
	line-height:150%;
	padding-right:4px;
}

.contact-half ul li.full{
	width:100%;
}

.privacy{
	width:100%;
	text-align:center;
	padding:15px;
}

.privacy li{
	display:inline-block;
	margin-left:-3px;
	font-size:12px;
	color:white;
	padding:0 10px;
	border-right:1px solid white;
}

.privacy li:last-child{
	border-right:none;
}

.privacy li a{
	color:white;
}


@media all and (max-width: 700px) { 

.footer-inner{
	padding:20px 20px 15px 20px;
}

.contact-half{
	width:100%;
	float:none;
	display:block;
	clear:both;
}

.contact-half h2{
	margin-left:-2px;
}

.contact-half ul{
	padding:10px 0 10px 0;
}

.contact-half ul li{
	float:none;
	display:inline-block;
	margin-left:-3px;
	width:50%;
	line-height:175%;
}

.contact-half .contact li{
	width:100%;
}

.privacy li{
	padding:3px 0;
	width:100%;
	text-align:center;
	border-right:none;
}

}