/*
Theme Name: Centre Line
Theme URI: centreline.com.au
Author: Garry Gonzales
Author URI: http://smoothcorporate.com
Description: A Theme for Centre Line
Version: 1.0
*/


/*********************************************
         GLOBAL
*********************************************/
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin: 0;
	padding: 0;
}

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

audio,
canvas,
video {
	display: inline-block;
}

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

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: 'Droid Sans', sans-serif;
	font-weight: 400;
}

body {
	color: #666;
	background: #FFF;
	line-height: 1.4;
	font-family: 'Droid Sans', sans-serif;
	font-size: 13px;
	background: #FFF;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	-webkit-appearance: none;
}

a {
	color: #60325b;
	text-decoration: none;
	
}
a,
input[type='submit']
input[type='text'],
input[type='email'],
textarea
button{
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
a:focus {
	outline: thin dotted;
}
a:hover {
	color: #fbb32c;
	outline: 0;
}

a:hover {
	text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	font-weight: 700;
	color: #60325b;
	font-family: 'Droid Sans', sans-serif;
}

h1 {
	font-size: 24px;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 22px;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

h4 {
	font-size: 18px;
	margin: 0 0 10px 0;
}

h5 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

h6 {
	font-size: 14px;
	margin: 0 0 10px 0;
}
fieldset{
	border: none;
}
address {
	font-style: italic;
	margin: 0 0 24px;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 20px 0;
	font-weight: 500;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0 20px;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 16px 0;
	padding: 0 0 0 40px;
}

ul {
	list-style: square inside;
	padding: 0;
	margin: 10px 0;
}
li{
	margin: 0 0 10px 0;
}
nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

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

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: none;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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

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

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

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 14px;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: normal;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px 6px 0;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/line-bg.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 3px;
	margin: 0 0 24px;
}
ul.arrow{
	display: table;
}
ul.arrow li{
	list-style: none;
	background: url('images/list-bg.png') no-repeat left 3px;
	padding: 0 5px 0 18px;
}
ul.col-2,
ul.col-3{
	width: 100%;
	display: inline-block;
	clear: both;
}
ul.col-2 li{
	float: left;
	display: inline;
	max-width: 48%;
	width: 48%;
}
ul.col-3 li{
	float: left;
	list-style: none;
	max-width: 32%;
	width: 32%;
}
.clear{
	clear: both;
	display: block;
	content: "";
}
.element-container{
	width: 100%;
	display: block;
	clear: both;
	margin: 0 0 25px 0;
}
.alignleft{
	display: inline;
	float: left;
	margin: 0 10px 0 0;
}
.alignright{
	display: inline;
	float: right;
	margin: 0 0 0 10px;
}
.aligncenter{
	display: block;
	margin: 10px auto;
}
.left{
	display: inline;
	float: left;
}
.right{
	float: right;
	display: inline;
}
.easingsliderlite-arrows{
	top: 40% !important;
}
.line-seperator{
	background: #60325B;
	height: 30px;
	width: 100%;
	box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.left-quote{
	background: url('images/quote-left.png') no-repeat left center;
	width: 34px;
	height: 14px;
	display: inline-block;
}
.right-quote{
	background: url('images/quote-right.png') no-repeat right center;
	width: 34px;
	height: 14px;
	display: inline-block;
}
#fn_layer8{
	display: none !important;
}


/*********************************************
         HEADER
*********************************************/
header{
	width: 100%;
	display: block;
	padding: 10px 0 0 0;
	background: #FFF;
}
header section{
	width: 100%;
	max-width: 970px;
	padding: 0 5px;
	margin: 0 auto;
}
header .logo{
	float: left;
	display: inline;
	margin: 0;
}
header .logo a{
	display: block;
	/*width: 269px;*/
	/*height: 90px;*/
	width: 290px;
	height: 80px;
	background: url('images/logo.png') no-repeat top center;
	text-indent: -999999px;
}
header section  > .right{
	width: 100%;
	max-width: 670px;
	margin: 0;
}
header section .contact-info{
	background: url('images/call-us-bg.png') no-repeat top center;
	width: 320px;
	height: 39px;
	margin: 0;
	color: #ececec;
	font-size: 16px;
	padding: 0 9px;
	line-height: 2.5;
}
header section .contact-info span.right{
	font-size: 21px;
	line-height: 1.8;
}
header section .contact-info span strong{
	color: #f7ac1e;
}


/*********************************************
         NAVIGATION
*********************************************/
header nav{
	float: right;
	clear: both;
	margin: 13px 0 0 0;
}
header nav li{
	float: left;
	display: inline;
	margin: 0 0 0 10px;
	position: relative;
}
header nav li a{
	display: block;
	padding: 10px;
	background: url('images/menu-bg.png') repeat-x;
	background-position: center -71px;
	color: #000000 !important;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	-webkit-transition: color .3s ease-in-out;
	-moz-transition: color .3s ease-in-out;
	-ms-transition: color .3s ease-in-out;
	-o-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
}
header nav li a:hover,
header nav li.current_page_item a{
	background-position: center top;
	color: #fbb32c !important;
	text-decoration: none;
}
header nav > ul{
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1000;
}
header nav li:hover ul{
	display: block;
}
header nav li ul{
	display: none;
	position: absolute;
	top: 37px;
	left: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
header nav li li{
	margin: 0 0 1px 0;
}
header nav li ul li a{
	display: block;
	margin: 0;
	width: 200px;
	height: 39px;
	color: #fbb32c !important;
	background-position: center top;
}
header nav li ul li a:hover,
header nav li ul li.current_page_item a{
	color: #FFF !important;
}

/*********************************************
         SLIDESHOW
*********************************************/
#slideshow{
	width: 100%;
	display: block;
	background: url('images/slideshow-bg.png') repeat-x top center;
	height: 404px;
	border-top: 2px solid #252525;
	border-bottom: 2px solid #252525;
}
#slideshow section{
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	display: block;
	padding: 0 5px;
}


/*********************************************
         CONTENT
*********************************************/
#content{
	width: 100%;
	display: block;
	background: #FFF;
	padding: 20px 0;
}
#content section{
	width: 100%;
	max-width: 970px;
	display: block;
	margin: 0 auto;
	padding: 0 5px;
}
#content .content{
	float: left;
	display: inline;
	width: 100%;
	max-width: 685px;
}
#content .content img{
	border: 1px solid #ded9d1;
}
#content .content h3{
	padding: 0 0 10px 0;	
	border-bottom: 1px solid rgba(96, 50, 91, 0.5);
}
#content .content h3.no-underline{
	border: none;
}
#content .content li{
	background: url('images/list-bg.png') no-repeat left 3px;
	padding: 0 5px 0 18px;
	list-style: none;
}
#content .content #quoterotator{
	font-style: italic;
}


/*********************************************
         SIDEBAR
*********************************************/
aside{
	float: right;
	display: inline;
	width: 100%;
	max-width: 252px;
}
aside .sidebar{
	margin: 0 0 20px 0;
}
aside .sidebar #sidebar-form input[type='text'],
aside .sidebar #sidebar-form input[type='email']{
	height: 30px;
}
aside .sidebar #sidebar-form textarea{
	height: 90px;
	resize: none;
	width: 100%;
	padding: 5px 1%;
}
aside .sidebar #sidebar-form input[type='text'],
aside .sidebar #sidebar-form input[type='email'],
aside .sidebar #sidebar-form textarea{
	background: #f9f5ef;
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-style: italic;
	color: #bba583;
	font-size: 12px;
	border: none;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
aside .sidebar #sidebar-form input[type='text']:focus,
aside .sidebar #sidebar-form input[type='email']:focus,
aside .sidebar #sidebar-form textarea:focus{
	background: rgba(96, 50, 91, 0.3);
	color: #FFF;
}
aside .sidebar #sidebar-form .left,
aside .sidebar #sidebar-form .right{
	width: 46%;
	padding: 0 1%;
}
aside .sidebar .captcha-box{
	display: inline-block;
}
aside .sidebar .captcha-box .image{
	max-width: 100px;
	width: 100px;
	height: 43px;
	margin: 5px 10px 0 0;
	border: 1px solid #CCC;
}
aside .sidebar .captcha-box .right,
aside .sidebar .captcha-box input[type='text']{
	max-width: 121px;
}
aside .sidebar #sidebar-form input[type='submit']{
	background: url('images/btn-bg.png') no-repeat top center;
	padding: 10px 0;
	color: #e7a835;
	text-transform: uppercase;
	margin: 0 auto;
	display: block;
	width: 100px;
	text-align: center;
	border: none;
}
aside .sidebar #sidebar-form input[type='submit']:hover{
	color: #F2EDE4;
}
aside fieldset{
	border: none;
	padding: 0;
	margin: 0 0 5px 0;
}
aside .sidebar #pricing-table{
	background: #f9f5ef;
	border: 1px solid #ded9d1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
aside .sidebar #pricing-table h3{
	background: url('images/title-bg.png') no-repeat top center;
	display: table-cell;
	margin: 0;
	color: #f6ab1e;
	font-size: 22px;
	height: 44px;
	width: 252px;
	vertical-align: middle;
	text-align: center;
}
aside .sidebar #pricing-table ul{
	padding: 10px 15px;
	width: 100%;
	margin:  auto;
	display: table;
	background: #f9f5ef;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
aside .sidebar #pricing-table ul li{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0; 
	background: url('images/bottom-border.png') repeat-x center bottom;
	display: table;
	width: 100%;
	font-weight: normal;
}
aside .sidebar #pricing-table li span{
	float: right;
	display: inline-block;
	width: 100%;
	max-width: 50px;
	color: #60325b;
	font-weight: bold;
}
aside .sidebar #pricing-table li label{
	float: left;
	display: inline-block;
	width: 100%;
	max-width: 100px;
	color: #806b4b;
}
aside .sidebar #pricing-table p{
	padding: 5px 15px;
	font-size: 12px;
	margin: 0;
}
aside .sidebar #pricing-table p span{
	display: block;
	margin: 10px 0 5px 0;
	font-size: 16px;
	color: #806b4b;
}


/*********************************************
         FOOTER
*********************************************/
footer{
	width: 100%;
	display: block;
	background: url('images/footer-bg.png') repeat-x top center;
	height: 100px;
}
footer section{
	display: block;
	width: 100%;
	max-width: 960px;
	margin: 0 auto;
}
footer section .footer-menu{
	width: 100%;
	max-width: 575px;
}
footer section ul{
	margin: 0;
	padding: 0;
	display: inline-block;
	margin: 10px 0 0 0;
}
footer section .footer-menu li{
	float: left;
	list-style: none;
	margin: 0;
}
footer section .footer-menu li a{
	color: #fbb32c;
	text-decoration: none;
	display: block;
	background: url('images/seperator.png') no-repeat right center;
	line-height: 1;
	padding: 5px 10px 5px 10px;
}
footer section .footer-menu #menu-item-157 a{
	background: none;
}
footer section .footer-menu #menu-item-155 a{
	padding: 5px 10px 5px 0;
}
footer section .footer-menu li:first-child a{
	padding: 5px 10px 5px 0;
}
footer section #copyrights p{
	text-align: center;
	position: relative;
	margin: 0;
	top: -10px;
	color: #FFF;
	font-size: 12px;
}
footer section #copyrights a{
	color: #FFF;
	text-decoration: none;
}
footer section .footer-menu li a:hover,
footer section .footer-menu li.current_page_item a{
	color: #F2EDE4;
}
footer section #copyrights a:hover{
	color: #fbb32c;
}