/*
Theme Name: Nelson Wheeler
Theme URI: 
Description: This is a custom theme made by New Media Services
Version: 1.0.1
Author: NMS - DMG
Author URI: http://newmediaservices.com.au
Tags: 

*/

@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,400italic);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);

/*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, sub, sup, tt, var,
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;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
text-decoration:none;

}

@font-face {
	font-family: "Flaticon";
	src: url("fonts/flaticon.eot");
	src: url("fonts/flaticon.eot#iefix") format("embedded-opentype"),
	url("fonts/flaticon.woff") format("woff"),
	url("fonts/flaticon.ttf") format("truetype"),
	url("fonts/flaticon.svg") format("svg");
	font-weight: normal;
	font-style: normal;
}
[class^="flaticon-"]:before, [class*=" flaticon-"]:before,
[class^="flaticon-"]:after, [class*=" flaticon-"]:after {   
	font-family: Flaticon;
    font-size: 50px;
	font-style: normal;
	margin-right: 15px;
	color: #f5f5f5;
	text-align: left;

}.flaticon-ascendant12:before {
	content: "\e000";
}
.flaticon-auricular6:before {
	content: "\e001";
	display: block;
	font-size: 25px;
	padding: 20px 0; 
	display: inline;
}
.flaticon-bag1:before {
	content: "\e002";
}
.flaticon-bank5:before {
	content: "\e003";
}
.flaticon-bars42:before {
	content: "\e004";
}
.flaticon-career:before {
	content: "\e005";
}
.flaticon-coins3:before {
	content: "\e006";
}
.flaticon-cycle6:before {
	content: "\e007";
}
.flaticon-facebook7:before {
	content: "\e008";
}
.flaticon-hand129:before {
	content: "\e009";
}
.flaticon-linkedin2:before {
	content: "\e00a";
}
.flaticon-social71:before {
	content: "\e00b";
}
.flaticon-social92:before {
	content: "\e00c";
}

/* remember to define focus styles! */
:focus {
outline: 0;
}

body {
line-height: 160%;
color: black;
background: white;
font-family: 'Ubuntu', sans-serif;
background-image: url(http://nelsonwheeler.com.au/wp-content/uploads/2014/09/dot.png);
background-repeat: repeat;
}
ol, ul {
list-style: circle;
margin-left:20px;
}
ul li{
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
border-collapse: separate;
border-spacing: 0;
}
caption, th, td {
text-align: left;
font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: "";
}
blockquote, q {
quotes: "" "";
}
/*End Reset*/

i, em{
	font-style: italic;
}
b, strong{
	font-weight: 700;
}

.span1{width:70%;float:left;}
.span2{width:30%;float:left;}
.span3{width:calc(100% - 250px);float:left;}
.span4{width:230px;float:left;margin-right:20px;}
.span5{width:100%;float:none;}

/*Layout*/
.clear{
	clear: both;
}
.wrapper{
	max-width:1280px;
	margin: 0 auto;
}

/*Header*/
#main_header{
	padding-top: 30px;
	background: #fff;
	z-index: 1000;
}
#main_logo{
	float: left;
}
#main_logo h1 a img{
	width: 400px;
}
.right-header{
	margin-top: 10px;
	float: right;
}
.utility{
	float: right;
}
.utility aside .textwidget{
	float: left;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	color: #153a69;
}
.utility span{
	color: #f18624;
}
.pages .widget{
	float:left;
	width: 25%;
}
.pages .view-more.widget{
	float: right;
}

.search{
	float: right;
	line-height: 50px;
}


/* ===== Main Navigation ===== */
#main_nav{
	float: right;
	z-index: 10;
}
#main_nav ul {
list-style:none;
margin:0;
padding:1px 0;
z-index: 99;
}
#main_nav ul li{
float:left;
}
/* ===== First Level ===== */	
#main_nav ul li {
position:relative;
padding:0;
margin:0;
}
#main_nav ul ul li {
border:none;
background: #f18624;
}
#main_nav ul li a {
display:block;
text-decoration:none;
font-size:18px;
color:#153a69;
padding:0 30px;
line-height:43px;
font-family: 'Ubuntu Condensed', sans-serif;
font-size: 20px;
text-transform: uppercase;
}
#main_nav ul li a:last-child{
	padding-right: 0;
}
#main_nav ul li a:hover{
	color:#f18624;
}
#main_nav ul li:hover a {
position:relative;
}
#main_nav ul ul, #main_nav ul li:hover ul ul {
position:absolute;
display:none;
}
#main_nav ul ul li:hover ul, #main_nav ul li:hover ul li:hover ul {
display:block;
top:0px;
left: 100%;
}

/* ===== Second and Third Level ===== */
#main_nav ul li:hover ul {
display:block;
position:absolute;
left:0;
top:100%;
width:auto;
height:auto;
margin:0;
padding:0;
}
#main_nav ul ul {
}
#main_nav ul ul ul {
background:#e4e4e4 !important;
border-color:#e4e4e4 !important;
}
#main_nav ul ul li a {
float:none;
width:180px;
line-height:normal;
font-variant:normal;
font-weight:300;
font-size:14px;
color:#fff;
text-transform:none;
padding:12px 0px;
padding-left: 10px;
background:none !important;
font-family: 'Ubuntu', sans-serif;
}
#main_nav ul ul ul li a {
color:#fff;
font-weight:300;
padding:12px 0px;
padding-left: 10px;
}
#main_nav ul ul li:hover>a {
background:#fff !important;
color:#999 !important;
}
#main_nav ul ul ul li:hover>a {
background:#fff !important;
color: #777 !important;
}


/* ===== Secondary Navigation ===== */
#sub_nav{
	background: #153a69;
	height: 50px;
	z-index: 999;
}
#sub_nav ul {
list-style:none;
margin:0;
}
#sub_nav ul li{
float:left;
}
/* ===== First Level ===== */	
#sub_nav ul li {
position:relative;
padding:0;
margin:0;
}
#sub_nav ul li.menu-item-has-children{
	background-image: url(http://nelsonwheeler.com.au/wp-content/uploads/2014/08/dropdown.png);
	background-repeat: no-repeat;
	background-position: center right
	}
#sub_nav ul ul li {
border:none;
}
#sub_nav ul li a {
display:block;
text-decoration:none;
font-size:16px;
font-family: 'Ubuntu Condensed', sans-serif;
color:#fff;
padding:0 30px;
line-height:50px;
text-transform: uppercase;
}
#sub_nav ul li:hover a {
position:relative;
background:#f5f5f5;
color: #153a69;
}
#sub_nav ul ul li:hover a {
	color:#153a69;
}
#sub_nav ul ul, #sub_nav ul li:hover ul ul {
position:absolute;
display:none;
}
#sub_nav ul ul li:hover ul, #sub_nav ul li:hover ul li:hover ul {
display:block;
top:0px;
left: 100%;
}

/* ===== Second and Third Level ===== */
#sub_nav ul li:hover ul {
display:block;
position:absolute;
left:0;
top:100%;
width:auto;
height:auto;
margin:0;
padding:0;
}
#sub_nav ul ul {
background:#f18624;
z-index: 99;
}
#sub_nav ul ul ul {
background:#e4e4e4 !important;
border-color:#e4e4e4 !important;
margin-left:-14px;
}
#sub_nav ul ul li a {
float:none;
width:180px;
line-height:normal;
font-variant:normal;
font-size:14px;
color:#fff;
text-transform:none;
background:none !important;
font-family: 'Ubuntu', sans-serif;
padding: 12px 10px;
}
#sub_nav ul ul ul li a {
color:#fff;
font-weight:300;

}
#sub_nav ul ul li:hover>a {
background:#fff !important;
color:#777 !important;
}
#sub_nav ul ul ul li:hover>a {
background:#eee !important;
color: #fff !important;
}

/* End Menu */

#s{
	margin-top: 12px;
	width: 300px;
	height: 25px;
	border-radius: 5px; 
	box-shadow: none;
	border: none;
	background: #f5f5f5;
}
#s.search-txt{
	padding:0 10px;
	font-size: 12px;
}
.entrybody{
	width: 75%;
	float: right;
}
.span1 .entrybody{
	width:100%;
}
.span3 .entrybody, .span5 .entrybody{
	width: 100%;
}

/*====== Content=====*/

/* Featured Page */

.pages{
	padding:20px 0;
	background: #f5f5f5;
}
.about{
	background: #ccc;
}
.fpw-featured-image.size-fpw_square{
	width: 25%;
}
.fpw-featured-image.size-fpw_square img{
	position: absolute;
	top: 0;
	left:0;
}
.fpw-excerpt.entry-summary p{
	color: #153a69;
	line-height: 24px;
	font-size: 14px;
	font-weight: 300;
	padding-left: 75px;
}
.entry-title{
	padding-left:75px;
	font-size:24px;
	font-family: 'Ubuntu Condensed', sans-serif;
	text-transform: uppercase;
	color: #f18624;
	line-height: 40px;
}
.page-list{
	padding-left: 30px;
}
.pages aside.widget{
	margin: 50px 0;
}
.pages aside.view-more.widget{
	margin:0 0 40px;
}

.pages aside .textwidget a{
	float: right;
	background-image: url(http://nelsonwheeler.com.au/wp-content/uploads/2014/08/arrow.png);
	background-repeat: no-repeat;
	background-position: center right;
	padding-right: 30px;
	font-size: 16px;
	font-weight: 400;	
	font-family: 'Ubuntu', sans-serif;
	color: #153a69;
}
.pages aside .textwidget span{
	color: #f18624;
	font-family: 'Ubuntu', sans-serif;
}
.has-post-thumbnail{
	position: relative;
}

/*Main Footer*/
#main_footer{
	background: #242e3b;
	padding:30px 0;
}
#footer-module .widget{
	float: left;
	width: 25%;
}
#footer-module .widget-even{
	padding:0 8%;
	width: 33.333%;
	text-align: center
}
#footer-module .widget .textwidget p{
	color: #fff;
	font-size: 12px;
	line-height: 24px;
	font-weight: 300;
}
#footer-module p.connect{
	margin-top:15px;
}
#footer-module .widget h3{
	font-size: 24px;
	line-height: 36px;
	color: #fff;
	font-weight: 300;
	margin-bottom: 10px;
}


#footer-module aside.widget-1 .textwidget a{ /* Quicklinks */
	color: #153a69;
	padding: 5px 20px;
	font-weight: 300;
	font-size: 14px;
	text-align: center;
	background-color: #f5f5f5;
	border-radius: 7px;
	display: inline-block;
	margin-bottom: 5px;
}
#footer-module aside.widget-2 .textwidget a{ /* Connect With Us */
	display: inline-block;
}
#footer-module aside.widget-2 h3{
	margin-bottom: 40px;
}

/*End Footer*/

h2.title-header{
	font-size: 30px;
	color: #153a69;
	font-weight: 700;
	line-height: 34px;
	margin-bottom: 20px;
}
p.blogdate{
	margin-bottom: 10px;
}
.content-sidebar{
	padding-top: 40px;
}
#secondary  h3{
	font-size: 26px;
	color: #153a69;
	font-weight: 300;
	margin-bottom: 10px;
	margin-right: 10px;
	display: block;
	text-transform: uppercase;
	background-color: #ebeef2;
	padding:15px 40px;
	border-radius: 5px;
	text-align: center;
}
#menu-about-menu.menu {
	font-size: 14px;
	font-weight: 300;
	margin-bottom: 10px;
	margin-right: 10px;
	display: block;
	text-transform: uppercase;
	background-color: #ebeef2;
	padding:5px 20px;
	border-radius: 5px;
}
#menu-about-menu.menu li a{
	color:#153a69;
	}
#menu-about-menu.menu li a:hover{
	color:#f2993a;
	}
#menu-about-menu.menu li.current-menu-item a {
	color:#f2993a;
}

/*===== Body Styles======*/

.tp-caption a{
	color: #153a69;
}
.entrybody h1{
	color: #f2993a;
	font-size: 28px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}
.entrybody h2{
	color: #f2993a;
	font-size: 26px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}
.entrybody h3{
	color: #f2993a;
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}
.entrybody h4{
	color: #f2993a;
	font-size: 22px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}
.entrybody h5{
	color: #f2993a;
	font-size: 20px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}
.entrybody h6{
	color: #f2993a;
	font-size: 18px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 20px;
}
.entrybody p{
	color: #153a69;
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
	margin-bottom: 20px;
	width: 100%%;
}

.alignright{
	float: right;
	margin-left: 15px;
}
.alignleft{
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}
.client{
	color: #f2993a;
	margin-left: 130px;
}
.abt1, .abt2, .abt3, .abt4{
	float: left;
	margin-left: 30px;
	display: block;
}

/*Inner Page*/
.banner-bg{
	background-image: url(http://nelsonwheeler.com.au/wp-content/uploads/2014/09/grunge.png);
	background-repeat:repeat;
	min-height:520px;
	display: block;
	margin: 0;
	padding: 0;
	width: 100%;
}
.banner-img{
	padding: 0px 40px;
	float: left;
}
.banner-bg h1{
	color: #153a69;
	font-size: 44px;
	line-height: 56px;
	font-weight: 700;
	padding: 50px 0 20px 0; 
	width: 90%;
}
.banner-bg  h3{
	color: #153a69;
	font-size: 24px;
	line-height: 36px;
	margin-top: 30px;
}
.banner-bg h4{
	color: #f2993a;
	font-size: 26px;
	line-height: 36px;
	font-weight: 300;
	padding: 20px 0; 
	margin-bottom: 40px;
}
.banner-bg a{
	color: #fff;
	font-size: 28px;
	font-weight: 300;
	margin: 40px 0;
	padding: 10px 100px;
	background-color: #153a69;
	border-radius: 30px; 
}

/*Breadcrumbs*/
.breadcrumbs{
	text-align: left;
	clear: both;
	margin-top: -35px;
}

/*services list Additionals*/
.additional-content h3{
	text-align: center;
	font-size: 24px;
	color: #153a69;
	margin-top: 40px;
}
.serv-list{
	width: 80%;
	height: 100%;
	margin: auto;
}
.serv-left{
	float: left;
	width: 45%;
	margin: 40px 0;
}
.serv-right{
	width: 45%;
	float: right;
	margin: 40px 0;
}
.serv-left li, .serv-right li{
	text-align: left;
	font-size: 20px;
	background-color: #e4e7f0;
	padding: 15px 10px 15px 25px;
	margin-bottom: 5px;
	font-weight: 300;
}

/* Financial Risk Additional s*/
.admin, .risk, .process{
	margin: 50px 0;
}
.fr-img{
	width: 30%;
	float: left;
}
.fr-txt{
	padding-top: 20px;
}
.fr-txt h3{
	font-size: 36px;
	font-weight: 300;
	margin-bottom: 20px
}
.fr-txt p{
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	color: #153a69;
}
.fr-list{
	width: 80%;
	height: 100%;
	margin: auto;
}

/*Home Featured Post
#widget_featured-posts-4 h3{
	text-align: center;
	padding: 30px;
	color: #153a69;
	font-size: 24px;
}
#yiw-featured-post li{
	float: left;
	width: 33.333%;
	text-align: center;
	border: none !important;
}
#yiw-featured-post li:hover{
	background: none !important;
}
ul#yiw-featured-post a .alignleft{
	float: none;
}
ul#yiw-featured-post .featured-thumb{
	float: none !important;
	
}
ul#yiw-featured-post li img {
	margin: 30px 0;
	display: block;
	border: solid #abb8c7 !important;
	border-width: 3px !important;

}
.post ul#yiw-featured-post li img{
	width: 80%;
	display: block !important;
	margin: 0 auto;
}
.featured-title a{
	color: #153a69;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	display: block;
}
.post p{
	margin: 20px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
.post img{
}
*/
/*-----------------------------------*/
/*Home Featured Post / Page Temp
/*-----------------------------------*/
.post h3.widget-title {
	text-align: center;
	padding: 30px;
	color: #153a69;
	font-size: 24px;
	line-height: 28px;
}
.post .wrapper aside.widget_text{
	float: left;
	width: 33.333%;
	text-align: center;
	border: none !important;
}
.post .wrapper aside.widget_text:first-child{
	float: none;
	width: 100%;
}
.post .textwidget img{
	display: block;
	border: solid #abb8c7 !important;
	border-width: 3px !important;
	width: 80%;
	display: block !important;
	margin: 0 auto;

}
.post .textwidget h3{
	margin-top: 20px;
	color: #153a69;
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 20px;
	display: block;
}
.post .textwidget p{
	color: #153a69;
	margin: 20px;
	font-size: 14px;
	line-height: 24px;
	font-weight: 300;
}
/*Home About (Why Choose Us)*/
.home-col1, .home-col2, .home-col3{
	float: left;
	width: 33.333%;
	margin-right: 30px;
}
.home-col3{
	margin-top: 100px;
}
.about{
	padding:20px 0;
	background: #153a69;
	clear:both;
}
.about:after{
	display: block;
	clear: both;
	content: "";
}
.about aside h3{
	font-size: 24px;
	color: #fff;
	margin: 20px 0;
	font-weight: 300;
}
.about aside .textwidget p{
	color: #fff;
	font-weight: 300;
	font-size: 14px;
	margin-bottom: 20px;
}
.about aside .textwidget img{
}
.abt-col2{
	float: left;
	margin-top: 60px;
	margin: 60px 50px 0 50px;
}
.abt-list1, .abt-list2{
	display: block;
	float: left;
	width: 50%;
	text-align: center;
	margin: 20px 0;
}
.a-process, .bank{
	margin: 20px 0;
}
.abt-list1 span, .abt-list2 span{
	display: block;
	color: #f18624;
}
.a-process, .bank, .money, .people{
	text-align: center;
}

/*Home Footer Footer*/
.home-footer{
	margin: 30px 0;
}
.home-footer h3{
	font-size: 22px;
	color: #153a69;
	padding: 20px 0; 
}
.home-footer p{
	color: #153a69;
	font-size: 14px;
	font-weight: 300;
	text-align: left;
}
.request, .testimonials, .featured-post{
	float: left;
	width: 29.333%;
	height: 450px;
	background: #fff;
	padding: 0 10px;
	margin: 0 10px;
}
/* Input style: Request*/
.wpcf7 input{
	width: 95%;
	height: 25px;
	border-radius: 8px;
	border: solid #ccc;
	border-width: 1px;
	margin: 5px 0;
	padding: 5px;
}
.wpcf7 textarea{
	padding:5px;
	width: 95%;
}
::-webkit-input-placeholder{
	color: #153a69;
	font-size: 12px;
	font-weight: 300;
	padding-left: 15px
}
::-webkit-input-placeholder {
	color: #153a69;
	font-size: 12px;
	font-weight: 300;
	padding-left: 15px
}

:-moz-placeholder { /* Firefox 18- */
   	color: #153a69;
	font-size: 12px;
	font-weight: 300;
	padding-left: 15px
}

::-moz-placeholder {  /* Firefox 19+ */
   	color: #153a69;
	font-size: 12px;
	font-weight: 300; 
	padding-left: 15px
}

:-ms-input-placeholder {  
   	color: #153a69;
	font-size: 12px;
	font-weight: 300;
	padding-left: 15px
}
.wpcf7 .wpcf7-submit{
	background-color: #f18624;
	height: 40px;
	border: none;
}
input.wpcf7-submit{
	text-transform: uppercase;
	color: #153a69;
	font-size: 20px;
	font-weight: 700;
}
div.wpcf7-mail-sent-ok{
	color: red !important;
	border: none !important;
	font-size: 12px !important;
}
div.wpcf7-response-output{
	margin: 0 !important;
	padding: 6px !important;
	line-height: 24px;
}
.testimonials{
	background-image: none;
}

.testimonials img{
	width:100%;	
	height: 100%;
	margin: auto;
	display: block;
	margin-top: 10px;
}

/* Latest News */
.featured-post {
	padding-right: 0;
	margin-right: 0;
}
.home-footer #yiw-featured-post li:hover{
	background: none !important;
}
.home-footer #yiw-featured-post li{
	float: none !important;
	width: 100% ! important;
}
.home-footer #yiw-featured-post li img{
	float: left !important;
}
.home-footer ul#yiw-featured-post li img{
	margin:0 !important;
	margin-right: 10px !important;
	float: left;
	border:0 !important;
}
.home-footer h4.featured-title{
	text-align: left;
	margin-bottom: 10px !important;

}
ul#yiw-featured-post li a:link{
	min-height: 0 !important;
	margin-bottom: 15px;
	font-family: 'Ubuntu', sans-serif !important;
	font-size: 18px !important;
	text-decoration: none !important;
}
.entrybody ul {
	padding-left: 30px;
}
.entrybody ul li{
	list-style: disc !important;
	color: #153a69;
	font-size: 18px;
	line-height: 32px;
	font-weight: 300;
	width: 100%;
}
.recent-post h3.widget-title{
	color: #153a69;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 500;
	padding: 10px 0;
}
.recent-post {
	margin-top: 50px;
	background: #f5f5f5;
	padding: 20px;
	width: 95%;
}
.recent-post ul li{
	margin-bottom: 10px;
}
/*Partners*/
.partners{
	margin-top: 60px;
	background: #fff;
	text-align: center;
	padding: 30px;
	clear: both;
}
.partners h3{
	background-image: url(http://nelsonwheeler.com.au/wp-content/uploads/2014/09/partner-logo.jpg);
	background-repeat: no-repeat;
	background-position: center left;
	font-size: 24px;
	line-height: 36px;
	color: #153a69;
	padding: 30px 0;
	width: 40%;
	margin: 0 auto;
}

.partners .textwidget img{
	display: inline-block;
	margin: 0 30px;
}

/* Sidebar Contact Form */
#secondary aside.contact-form{
	width: calc (100%-20px);
	height: 100%;
	margin-left: 20px;
	padding: 20px;
	background: #f5f5f5;
}
#secondary aside.contact-form h3 {
	font-size: 14px;
	font-weight: 700;
}
.contact-form .wpcf7 input{
	width: 95%;
	height: 25px;
	border-radius: 8px;
	border: solid #ccc;
	border-width: 1px;
	margin: 5px 0;
	padding:5px;
}
.contact-form .wpcf7 textarea{
	width: 95%;
	height: 100px;
	border-radius: 8px;
	border: solid #ccc;
	border-width: 1px;
	margin: 5px 0;
	padding:5px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #153a69;
}

.contact-form .wpcf7 .wpcf7-submit{
	background-color: #f18624;
	height: 40px;
	border: none;
	width: 98%;
}

/*Main Contact Form*/
.contact-us{
	
}
.maincontact-content{
	width: 80%;
	margin: 0 auto;
}
.contact-us h2{
	text-transform: uppercase;
	margin: 30px 0;
	text-align: center;
}
.locations{
	
	margin: 30px auto;
}
.loc-vic, .loc-nsw, .loc-qld{
	float: left;
	width: 33.333%;
}
.loc-vic p, .loc-nsw p, .loc-qld p{
	width: 60%;
	text-align: left;
	line-height: 26px;
}
.main-contactform{
	width: 50%;
	float: left;
	text-align: left;
	margin-top: -50px;
	margin-right: 40px;
}
.mc-email, .mc-phone{
	text-align: left;
}
.main-contactform textarea{
	width: 95%;
	height: 100px;
	border-radius: 8px;
	border: solid #ccc;
	border-width: 1px;
	margin: 5px 0;
}
.main-contactform h3{
	margin-bottom: 0;
}
.main-info{
	margin-top: 50px;
}
.main-info p{
	color: #153a69;
	font-size: 16px;
	line-height: 22px;
}


/*--------------------
RESPONSIVE STYLE
----------------------*/

/*iPad Landscape*/
@media all and (max-width: 1240px) {
	.wrapper{
		padding:0 15px;
	}

	.home-col1, .home-col2, .home-col3{
		margin-right: 0;
	}
	.abt-col2{
		margin:60px 30px 0;
	}
	.about aside .textwidget img{
		width: 100%;
	}
}
@media all and (max-width: 1024px) {
	
  .banner-bg h1{
  	font-size:30px;
  	line-height: 140%;
  	padding: 50px 0 10px;
  }
  .banner-bg h4{
  	font-size: 26px;
  	padding: 10px 0 10px;
  }
  .banner-bg a{
  	font-size: 22px;
  	padding: 10px 100px;
  }
	.search{
		display: none;
	}
	.fr-img{
		float:none;
		text-align: center;
		width: 100%;
	}
	.fr-img .alignleft.size-full{
		float: none;
		width: auto;
	}
	.partners h3{
  	width: 55%;
  }

 .span3 .entrybody p img{
	width: 50%;
	height: 100%;
	float: left;
	margin: 0 15px;
}
.entrybody h1 img{
	width: 100%;
	height: 100%;
}
.abt1, .abt2, .abt3, .abt4{
	float: left;
	margin-top: 20px;
	margin-left: 14px;
	display: block;
	width: 23%;
	height: 100%;
	}
	.about aside .textwidget img{
		width: 65%;
	}
	.about aside .textwidget .abt-img img{
		width: 100%;
	}

/*iPad Portrait*/
@media all and (max-width: 1000px) {
  .span1,
  .span2{
  	width:50%;
  }
	.abt-col2{
		margin:60px 10px 0;
	}

	.imginput.wpcf7-submit{
		width: 98%;
	}

	/*.size-full{
		width: 100%;
		height: 100%;
	}*/
	p .size-full{
		width: auto;
		height: 100%;
		margin:0 auto;
	}
	.fr-img{
		float:none;
		text-align: center;
		width: 100%;
	}
	.fr-img .alignleft.size-full{
		float: none;
		width: auto;
	}
}
  
/*iPhone Landscape*/
@media all and (max-width: 768px) {
   #main_logo h1 a img{
   		width: 350px;
   }
   .post .textwidget img{
   	width: 60%;
   }
  .span1,
  .span2,
  .span3, 
  .span4, 
  .serv-left, 
  .serv-right, 
  .serv-list,
  #footer-module .widget,
  #footer-module .widget-even,
  #footer-module .widget{
  	width: 100%;
  	float:none;
  	clear:both;
  }
  .wrapper{
  	padding: 0 15px 20px;
  }
  .post .wrapper aside.widget_text{
  	width: 100%;
  	float:none;
  	clear:both;
  }
  ol, ul{
  	margin: 0;
  }
  .banner-bg a {
  	font-size: 20px;
    background-color: #153a69;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: 300;
    margin: 0 auto;
    padding: 10px 100px;
    text-align: center;
}
  #footer-module .widget,
  #footer-module .widget-even,
  #footer-module .widget{
  	margin-bottom: 20px;
  }
  #footer-module .widget-even{
  	padding:0;
  	text-align: left;
  }
  #secondary h3{
  	font-size:20px;
  }
  #text-30.widget a {
    margin-right: 5px;
    padding: 5px 10px;
	}

  .banner-img{
  	width:90%;
  	padding:0;
  }
  .banner-bg h1{
  	font-size:30px;
  	line-height: 140%;
  	text-align: center;
  }
  .banner-bg h4{
  	font-size: 22px;
  	text-align: center;
  }

  .additional-content h3{
  	margin-top: 15px;
  	line-height: 28px;
  }
  .entrybody h3{
  	font-size:20px;
  }
  .entrybody p{
  	margin-bottom: 10px;
  	padding-left: 10px;
  }
  #secondary aside.contact-form{
  	margin:0;
  }

  .partners{
  	padding:0;
  }
  .partners .textwidget img{
  	margin:0;
  }
  #footer-module aside.widget-1 .textwidget a {
	    padding: 5px 10px;
	}

	.main-contactform{
		width: 100%;
	}
	.main-info{
		clear: both;	
	}
	.loc-vic, .loc-vic, .loc-qld{
		float: left;
		width: 40%;
		margin-right: 40px;
	}
	.loc-vic p, .loc-nsw p, .loc-qld p{
		width: 100%;
	}

	#secondary h3{
		padding:15px 30px;
	}

	.fpw-excerpt.entry-summary p {
	    color: #153a69;
	    font-size: 14px;
	    font-weight: 300;
	    line-height: 24px;
	    padding-left: 0;
	}

  .partners h3{
  	width: 65%;
  }

  p .size-full{
  	padding-right: 10px;
  }
  .pages aside.widget{
	margin: 50px 6px;
}
.abt1, .abt2, .abt3, .abt4{
	float: left;
	margin-top: 20px;
	margin-left: 14px;
	display: block;
	width: 23%;
	height: 100%;

}
	/*Home*/
	#yiw-featured-post li,
	.home-col1, .home-col2, .home-col3,
	.request, .testimonials, .featured-post{
		width: 100%;
		clear: both;
		float:none;
		margin:0;
		padding:0;
	}

	.about aside .textwidget img {
	    width: 50%;
	}
	.about aside .textwidget .abt-img img{
		width: 90%;
	}

	.pages .widget{
		width: 23%;
		margin:0 1%;
	}
	.pages .widget.view-more{
		width: 100%;
		margin:2% 1%;
	}
	.abt-col2{float:none;}
	.abt-list1, .abt-list2{
		margin:0 10%;
		width: 30%;
	}
	.entry-title{
		padding:0;
	}
	.fpw-featured-image.size-fpw_square img{
		display: none;
	}

	.wpcf7 input{
		width: 95%;
	}
.testimonials img{
	width:auto;
}	
.partners{
	margin-top: 0;
}
.request, .testimonials, .featured-post{
	height: 100%;
}

#sub_nav ul li a{
	font-size: 16px;
    padding: 0 20px;
}

#footer-module, #footer-module .widget-even{
	text-align: center;
}
#main_logo{
	text-align: center;
}
.span3 .entrybody p img{
	width: 50%;
	height: 100%;
	float: left;
	margin: 25px auto;
}
}
/*iPhone Portrait*/
@media all and (max-width: 600px) {
  	#main_logo{
	clear: both;
	text-align: center;
}
	#sub_nav{display: none;}
	.pages .widget{
		width: 100%;
		clear: both;
		float:none;
		margin:10px 0 25px;
		padding:0;
	}
	#yiw-featured-post li, .home-col1, .home-col2, .home-col3, .request, .testimonials, .featured-post{
		margin-bottom:10px;
	}
 .post .textwidget img{
   	width: 80%;
   }
   .pages aside .textwidget a{
   	float: none;
   }
.loc-vic, .loc-nsw, .loc-qld{
	width: 100%;
}
.main-contact{
		margin-top: 60px;
	}
.main-contactform textarea{
	width: 95%;
}
.alignright{
	float: none;
	width: 100%;
	margin:0;
}
#main_logo h1 a img{
	width: 100%;
}
.entrybody p img{
	width: 100%;
}
.span3 .entrybody p img{
	width: 50%;
	height: 100%;
	float: none;
	margin: 25px auto;
}
.recent-post {
	width: 86%;
}
.partners h3{
	background: none;
}
.span3 .entrybody p, .span3 .entrybody ul li{
		font-size: 14px;
		line-height: 26px;
	}
.span3 .entrybody p img{
		float: none;
		width: 100%;
	}

}
@media all and (max-width: 468px) {
	.utility, #main_nav{
		float: none;
		clear: both;
		text-align: center;
	}
	#main_nav ul li a{
		 padding: 0 13px;
	}
	.utility aside .textwidget{
		float: none;
	}
	#main_nav ul li a:last-child {
	    padding-right: 10px;
	}
	#main_nav ul ul li a {
	    text-align: left;
	}
	.testimonials img{
		width: 100%;
	}
	.pages aside .textwidget a{
		float: none;
	}
	
	.banner-bg a{
	background-color: #153a69;
    border-radius: 30px;
    color: #fff;
    display: block;
    font-size: 28px;
    font-weight: 300;
    margin: 0 auto;
    padding: 10px 50px;
    text-align: center;
	}
	.main-contact{
		margin-top: 60px;
	}
	.breadcrumbs{
		display: none;
	}
	.abt1, .abt2, .abt3, .abt4{
		margin: 20px auto;
		float: none;
		width: 65%;
	}
	.span3 .entrybody p img{
		float: none;
		width: 100%;
	}
	.span3 .entrybody p, .span3 .entrybody ul li{
		font-size: 16px;
		line-height: 26px;
	}
	.fr-txt h3{
		line-height: 40px;
	}
	.entrybody h3{
		line-height: 30px;
	}
	.alignleft{
		float: none;
	}
	.client{
		margin-left: 0;
	}
	.about aside .textwidget img {
	    width: 100%;
	}
	.wgmpmap{
		height: 200px;
	}
}
