/*
Theme Name: CQ Solar Tint Rockhampton
Theme URL: https://www.cqsolartint.com.au
Author: Adz Power Agencies
Author URL: http://www.adzpower.com.au

/**
 * Table of Contents
 *
 * 1.0 - Reset
 * 2.0 - General
 * 3.0 - Images
 * 4.0 - Header
 * 5.0 - Menu
 * 6.0 - Content
 * 7.0 - Contact
 * 8.0 - Footer
 * 9.0 - Mobile
 	* 9.1 - General
 	* 9.2 - Header
 	* 9.3 - Menu
 	* 9.4 - Content
	* 9.5 - Contact
 	* 9.6 - Footer
 */
 
 
/* * * 1.0 Reset * * */

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;
}

#content, .services td, .services, header{
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

body {
	line-height: 1;
	background:#f3bc07;
}

body, html{
	-webkit-text-size-adjust: 100%;
}

ol, ul {
	list-style: none;
}

.clear {
	clear: both;
}

* {
	margin: 0;
	padding: 0;
}

/* * * 2.0 General * * */	

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

h1{
	color: #393536;
	text-transform:uppercase;
	font-size:34px;
	padding:0 0 15px 0;
	line-height:140%;
}

h2{
	color: #393536;
	text-transform:uppercase;
	font-size:22px;
	padding:0 0 15px 0;
	line-height:150%;
}

#full-screen-background-image {
  	z-index: -999;
  	min-height: 100%;
  	min-width: 1000px;
  	width: 100%;
  	height: auto;
  	position: fixed;
  	top: 0;
    left: 0;
}

#background-reflection{
  	z-index: -998;
  	width:49.5%;
	min-width:438px;
  	height: auto;
  	position: absolute;
  	top: 0;
    left: 0;
}

#header-bg{
  	z-index: -997;
  	width:50%;
	min-width:500px;
  	height: 181px;
  	position: absolute;
  	top: 3px;
    left: 0;
	overflow:hidden;
}

#header-bg img{
	width:100%;
	height:auto;
}

@media all and (max-width: 1200px) { 
#header-bg{
	min-width:450px;
}

#header-bg img{
	width:auto;
	float:right;
	height:181px;
}
}

.alignright {
	float: right;
}

.alignleft {
	float: left
}

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

a {
	text-decoration: none;
}

/* * * 3.0 Images * * */

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;
}

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

/* * * 4.0 Header * * */

header {
	height:181px;
	width:100%;
	border-top:3px solid #f2c105;
	padding:0 15px;
}

#header-inner {
	width:100%;
	max-width:1000px;
  	height: 181px;
	margin: 0 auto; 
}

#header-logo {
	width:315px;
	height:181px;
	float:left;
}

#header-right {
	width:33%;
	height:100%;
	float:right;
	max-width:330px;
	display:table;
}

#header-right p{
	height:100%;
	display:table-cell;
	vertical-align:middle;
}

#header-right img{
	width:100%;
	max-width:330px;
	height:auto;
	padding-top:10px;
}

/* * * 5.0 Menu * * */

nav, #menu2, #menu-fixed {
	background-color: #393536;
	clear: both;
	width: 100%;
	height: 104px;
	position:relative;
	z-index:999;
	border-top:3px solid #f2c105;
}

#menu-fixed{
	border-top:none;
}

#menu2{
	display:none;
}

#nav ul, #menu2, #menu-fixed ul {
	font-size: 20px;
	list-style-type: none;
	margin:0 auto;
	width: 100%;
	max-width:960px;
	height:100%;
	position:relative;
}
		
#nav ul li, #menu2 li, #menu-fixed ul li{
	width:12.5%;
	border-right:1px solid #4f4c4d;
	float: left;
	text-transform: uppercase;
	height:100%;
	position:relative;
	display:table;
	vertical-align:middle;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

#nav ul li a, #menu2 li a, #menu-fixed ul li a {
	color: #FFF;
	vertical-align:middle;
	height:100%;
	width:100%;
	display:table-cell;
	font-size: 11px;
	font-weight:700;
	line-height: 150%;
	text-align:center;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;		
	word-break: keep-all;
}

#nav ul li a:hover, #menu2 li a:hover, #menu-fixed ul li a:hover{
	background-color: #4f4c4d;
	text-decoration: none;
}

#nav ul li:last-child, #menu2 li:last-child, #menu-fixed-inner ul li:last-child {
	border-right:none;
}

#menu-fixed{
	height:40px;
	position:fixed;
	top:-40px;
	z-index:999;
	-o-transition:.2s;
	-ms-transition:.2s;
	-moz-transition:.2s;
	-webkit-transition:.2s;
	transition:.2s;	
}

/* * * 6.0 Content * * */

#content {
	width: 100%;
	max-width:1000px;
	margin: 0 auto;
	padding:20px 15px;
	clear: both;
	position: relative;
}

#content ul{
	list-style-type:disc;
	padding-left:20px;
}

#content p, #content li {
	color:#393536;
	margin:10px 0;
	font-size: 14px;
	line-height:150%;
	font-weight:normal;
}

#content p a{color:#393536;}

#content li{
	margin:2px 0;
}

.services{
	width:100%;
	background:white;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	margin:0 0 30px 0;
	padding:0 7px;
}

.metaslider{
	display:block;
	padding-bottom:30px;
}

.services td{
	float:left;
	width:25%;
	padding:0 7px;
	text-align:right;
}

.services h1{
	font-size:22px;
	border-bottom:solid 1px white;
	padding:20px 0 0 0;
}

.services img{
	margin-bottom:10px;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}

.services a{
	font-weight:bold;
	margin:0;
	color:#393536;
}

.services a:hover{
	opacity:0.8;
}

.contact-page{
	width:44%;
	float:left;
}

.contact-page p{
	padding-bottom:27px;
	font-size:16px;
}

.contact-page p:last-child{
	padding-bottom:0;
}

form{
	margin-top:0;
	margin-bottom:22px;
	width:calc(100% - 290px);
	max-width:400px;
	padding:7px 7px 5px 7px;
	box-sizing:border-box;
	float:right;
	color:#FFFFFF;
	background:white;
	font-weight:400;
	position:relative;
	border-radius:10px;
}

form h2{
	padding:0;
	margin:5px 0;
	padding-left:7px;
}

.half, .full{
	width:50%;
	padding:7px;
	float:left;
	position:relative;
	box-sizing:border-box;
	position:relative;
}

.full{width:100%;padding-bottom:0;}

.half input, textarea{
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	border:none;
	padding:7px 2.5%;
	color:#000000;
	width:95%;
	background:#E0E0E0;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-ms-box-sizing:content-box;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box; 
	box-sizing:content-box;
}

textarea{
	height:95px;
	resize: none;
}

.half img{
	padding-top:7px;
}

input[type=submit]{
	background:#f3bc07;
	color: #393536;
	border:none;
	outline:none;
	text-transform:uppercase;
	font-size:13px;
	position:absolute;
	width:100px;
	bottom:24px;
	height:28px;
	right:18px;
	margin:0;
	border-radius:3px;
	-webkit-appearance:none;
	font-weight:bold;
}

input[type=submit]:hover{
	cursor:pointer;color:white;
}

.wpcf7-not-valid-tip {
	color:#FFFFFF;
}

.inv-recaptcha-holder{display:none;}

.faq p:nth-child(even){
	border-bottom:dashed 1px white;
	padding-bottom:10px;
}

.faq p:last-child{
	border-bottom:none;
	padding-bottom:0;
}

span.wpcf7-not-valid-tip{font-size:12px;padding-top:5px;}

div.wpcf7-response-output{clear:both;margin:20px 7px 7px 7px;color:#393536;border-radius:3px;font-size:13px;padding:5px;box-sizing:border-box;}

@media all and (max-width: 700px) {
	
.contact-page{width:100%;float:none; }
 
.contact-page p{padding:0}
	
form{width:100%;float:none;max-width:none;margin-top:25px;}

.half, .full{width:100%;float:none;}

}

/* * * 7.0 Contact * * */

#contact{
	background:#393536;
	width:100%;
	min-height:134px;
	float:left;
}

#contact-inner {
	width: 94%;
	max-width:960px;
	overflow: hidden;
	margin: 0 auto;
	padding:0 3%;
}

#contact-inner h1{
	color:#f4d307;
	padding-top:25px;
	padding-bottom:20px;
}

#contact-item{
	float:left;
	padding-right:45px;
	height:50px;
}

#contact-item img{
	margin:-3px 15px 0 0;
	float:left;
}

#contact-item p{
	color:#f4d307;
	font-size: 14px;
	font-weight:normal;
	float:left;
	padding-top:3px;
}

.contact-image{
	float:left;
}

#contact-item a{
	color:#f4d307;
}

#contact-social{
	float:right;
}

#contact-social img{
	margin:-10px 0 20px 15px;
	float:right;
}

/* * * 8.0 Footer * * */

#footer{
	background:#4f4c4d;
	color:#a7a6a6;
	width:100%;
	min-height:60px;
}

#footer p{
	float:right;
	line-height:60px;
	font-weight:normal;
	font-size: 12px;
	padding-right:10px;
}

#footer a{
	color:#a7a6a6;
}

#footer ul {
	text-align:left;
	padding-left:8px;
	width:300px;
	float:left;
}

#footer ul li {
	display: inline;
	font-weight:normal;
	line-height:60px;
	font-size: 12px;
	margin: 0 2px 0 2px;
}

#footer ul li:last-child{
	border-right:none;
}

#footer ul li a {
	color:#a7a6a6;
}

/* * * 9.0 Mobile * * */

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

.entry p, ul.nav li {
	-webkit-text-size-adjust: 100%;
}

img.alignright, img.prices{ clear:both; display:block; margin:0 auto; float:none; padding:0 0 20px 0; }

#background-reflection{
  	display:none;
}

#header-bg{
  	display:none;
}

/* * * 9.2 Header * * */

header {
	height:auto;
	width:100%;
	display:block;
	position:relative;
	z-index:100;
	padding:0;
}

#header-inner {
	width:100%;
	margin: 0; 
	display:block;
}

#header-logo {
	width:100%;
	height:auto;
	text-align:center;
	background:black;
	margin-bottom:25px;
}

#header-logo img{
	width:95%;
	padding:0 2.5%;
	max-width:315px;
	height:auto;
}

#header-right {
	width:95%;
	height:auto;
	margin:0 2.5%;
	max-width:none;
	display:block;
}

#header-right p{
	text-align:center;
	display:block;
}

#header-right img:first-child{
	max-width:330px;
	padding:0 0 20px 0;
}

/* * * 9.3 Menu * * */

nav {
	clear: both;
	width: 100%;
	position:relative;
	z-index:999;
	height:auto;
	display:none;
}

#menu2{
	display:block;
}
	
#menu2 li {
	border-bottom:1px solid #4f4c4d; /* Select menu divider colour */
	background-color: #393536; /* --- Select link background colour (Same as menu background colour) --- */
	width:100%;
	border-right:0;
	float: left;
	position:relative;
	height:auto;
}

#menu2 li a {
	min-height:40px;
	width:100%;
	line-height: 40px;
}

#menu2 li:last-child {
	border-bottom:none;
}
	
#menu-fixed{
	display:none;
}			

/* * * 9.4 Content * * */
  
.metaslider{
	display:none;
}

.services{
	display:none;
}


 
/* * * 9.5 Contact * * */

#contact{
	width:100%;
	min-height:134px;
	float:left;
}

#contact-inner {
	width: 94%;
	max-width:960px;
	overflow: hidden;
	margin: 0 auto;
	padding:0 3%;
	clear:both;
}

#contact-inner h1{
	padding-top:25px;
	padding-bottom:20px;
}

#contact-item{
	float:left;
	padding-right:45px;
	height:50px;
	width:100%;
	position:relative;
}

#contact-item img{
	margin:0;
	float:none;
}

.contact-text{
	float:left;
	padding-top:3px;
	position:absolute;
	width:100%;
	left: 42px;
}

.contact-image{
	width:30px;
	text-align:center;
	float:left;
}
.contact-address2{
	position:absolute;
	top:25px;
	left:0px;
}

#contact-social{
	float:none;
	width:100%;
	clear:both;
	text-align:center;
}

#contact-social img{
	margin:25px 20px 25px 20px;
	float:none;
}

/* * * 9.5 Footer * * */

#footer{
	width:100%;
	min-height:70px;
}

#footer p{
	float:none;
	line-height:10px;
	font-weight:normal;
	text-align:center;
	padding:0 0 20px 0;
}

#footer ul{
	font-size:12px;
	width:100%;
	text-align: center;
	padding:0;
}

#footer ul li {
	text-align: center;
	margin: 0;
}

	
}